mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Enable APPLE_BUILD in makefile if using system ar
This commit is contained in:
parent
c51d613eac
commit
e3402ce44f
@ -22,8 +22,10 @@ endif
|
|||||||
ifdef WINDOWS
|
ifdef WINDOWS
|
||||||
WINDOWS_BUILD=1
|
WINDOWS_BUILD=1
|
||||||
else ifeq ($(shell uname -s),Darwin)
|
else ifeq ($(shell uname -s),Darwin)
|
||||||
|
ifeq ($(AR),ar)
|
||||||
APPLE_BUILD ?= 1
|
APPLE_BUILD ?= 1
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# To compile as a shared library:
|
# To compile as a shared library:
|
||||||
ifdef SHARED
|
ifdef SHARED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user