mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Add alias APPLE make var of APPLE_BUILD
This commit is contained in:
parent
8c754218c5
commit
c06c9ae088
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ endif
|
|||
# if were running on Windows build for Windows
|
||||
ifdef WINDOWS
|
||||
WINDOWS_BUILD=1
|
||||
else ifdef APPLE
|
||||
APPLE_BUILD=1
|
||||
endif
|
||||
|
||||
# To compile as a shared library:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue