mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 16:05:43 +01:00
Conditionally assign APPLE_BUILD var in makefile
This commit is contained in:
parent
c471cd7e0a
commit
1d9375919a
@ -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 New Issue
Block a user