mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
MacOS X compile time changes. (Timothy Wood)
This commit is contained in:
@@ -47,6 +47,10 @@ case "${host}" in
|
||||
shared="-b"
|
||||
;;
|
||||
|
||||
*-*-darwin*)
|
||||
shared="-bundle -undefined suppress"
|
||||
;;
|
||||
|
||||
esac
|
||||
AC_SUBST(shared)
|
||||
AC_MSG_RESULT($shared)
|
||||
|
||||
Reference in New Issue
Block a user