Skip to content

Commit

Permalink
Add DARWIN_HOST macro
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed May 10, 2024
1 parent 799b3b8 commit 76fd8ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ case "$host" in
*-*darwin*)
darwin_host=yes
default_shim=no
AC_DEFINE(DARWIN_HOST, [1], [Building for Darwin])
;;
esac
AM_CONDITIONAL(DARWIN_HOST, test "$darwin_host" = yes)
Expand Down

0 comments on commit 76fd8ef

Please sign in to comment.