mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-06 04:23:01 +00:00
Conditionally assign APPLE_BUILD var in makefile
This commit is contained in:
@@ -22,7 +22,7 @@ endif
|
||||
ifdef WINDOWS
|
||||
WINDOWS_BUILD=1
|
||||
else ifeq ($(shell uname -s),Darwin)
|
||||
APPLE_BUILD=1
|
||||
APPLE_BUILD ?= 1
|
||||
endif
|
||||
|
||||
# To compile as a shared library:
|
||||
|
||||
Reference in New Issue
Block a user