mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 08:14:27 +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
|
ifdef WINDOWS
|
||||||
WINDOWS_BUILD=1
|
WINDOWS_BUILD=1
|
||||||
else ifeq ($(shell uname -s),Darwin)
|
else ifeq ($(shell uname -s),Darwin)
|
||||||
APPLE_BUILD=1
|
APPLE_BUILD ?= 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# To compile as a shared library:
|
# To compile as a shared library:
|
||||||
|
Loading…
Reference in New Issue
Block a user