[build] macOS and iOS can now build any binary

This commit is contained in:
Romain Goyet
2020-04-02 21:15:18 -04:00
committed by Ecco
parent ada205b1a7
commit ba57dbde61
5 changed files with 64 additions and 56 deletions

View File

@@ -1,5 +1,4 @@
TOOLCHAIN = apple
EXE = bin
APPLE_PLATFORM = macos
APPLE_PLATFORM_MIN_VERSION = 10.10
@@ -9,5 +8,8 @@ ARCHS = x86_64
EPSILON_SIMULATOR_HAS_LIBPNG = 1
ifdef ARCH
EXE = bin
BUILD_DIR := $(BUILD_DIR)/$(ARCH)
else
HANDY_TARGETS_EXTENSIONS = app
endif