Conditionally assign APPLE_BUILD var in makefile
This commit is contained in:
parent
c471cd7e0a
commit
1d9375919a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ endif
|
|||
ifdef WINDOWS
|
||||
WINDOWS_BUILD=1
|
||||
else ifeq ($(shell uname -s),Darwin)
|
||||
APPLE_BUILD=1
|
||||
APPLE_BUILD ?= 1
|
||||
endif
|
||||
|
||||
# To compile as a shared library:
|
||||
|
|
Loading…
Reference in a new issue