mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 14:22:56 +00: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