mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Autodetect if running on OS X in makefile
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user