Warn on unsupported operating systems

This commit is contained in:
Jonas 'Sortie' Termansen
2024-11-02 14:13:17 +01:00
parent 2f680db530
commit 4db5917a6d
2 changed files with 5 additions and 1 deletions

View File

@@ -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