[ion] Rename sdl to simulator

This commit is contained in:
Romain Goyet
2019-09-24 15:16:53 +02:00
committed by EmilieNumworks
parent fd6c5f1c89
commit d1d95ee9b8
864 changed files with 68 additions and 83 deletions

View 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