mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 10:55: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
|
||||
ifdef WINDOWS
|
||||
WINDOWS_BUILD=1
|
||||
else ifdef APPLE
|
||||
else ifeq ($(shell uname -s),Darwin)
|
||||
APPLE_BUILD=1
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user