mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] Rename sdl to simulator
This commit is contained in:
committed by
EmilieNumworks
parent
fd6c5f1c89
commit
d1d95ee9b8
11
build/platform.simulator.macos.mak
Normal file
11
build/platform.simulator.macos.mak
Normal file
@@ -0,0 +1,11 @@
|
||||
TOOLCHAIN = apple
|
||||
EXE = bin
|
||||
|
||||
APPLE_PLATFORM = macos
|
||||
APPLE_PLATFORM_MIN_VERSION = 10.10
|
||||
|
||||
ARCHS = x86_64
|
||||
|
||||
ifdef ARCH
|
||||
BUILD_DIR := $(BUILD_DIR)/$(ARCH)
|
||||
endif
|
||||
Reference in New Issue
Block a user