mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:15:38 +01:00
Autodetect if running on OS X in makefile
This commit is contained in:
parent
c06c9ae088
commit
c471cd7e0a
@ -21,7 +21,7 @@ endif
|
|||||||
# if were running on Windows build for Windows
|
# if were running on Windows build for Windows
|
||||||
ifdef WINDOWS
|
ifdef WINDOWS
|
||||||
WINDOWS_BUILD=1
|
WINDOWS_BUILD=1
|
||||||
else ifdef APPLE
|
else ifeq ($(shell uname -s),Darwin)
|
||||||
APPLE_BUILD=1
|
APPLE_BUILD=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user