mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Warn on unsupported operating systems
This commit is contained in:
@@ -132,7 +132,7 @@ char buf[1]; getentropy(buf, 1);
|
||||
AC_SUBST([PLATFORM_LDADD], ['-ldl -lmd -lnsl -lsocket'])
|
||||
;;
|
||||
*)
|
||||
HOST_OS=$host_os
|
||||
HOST_OS=unsupported
|
||||
HOST_ABI=elf
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user