Add alias APPLE make var of APPLE_BUILD

This commit is contained in:
Andres Amaya Garcia 2018-06-12 18:29:28 +01:00
parent 8c754218c5
commit c06c9ae088

View file

@ -21,6 +21,8 @@ endif
# if were running on Windows build for Windows # if were running on Windows build for Windows
ifdef WINDOWS ifdef WINDOWS
WINDOWS_BUILD=1 WINDOWS_BUILD=1
else ifdef APPLE
APPLE_BUILD=1
endif endif
# To compile as a shared library: # To compile as a shared library: