mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
14 lines
189 B
Makefile
14 lines
189 B
Makefile
TOOLCHAIN = apple
|
|
EXE = bin
|
|
|
|
APPLE_PLATFORM = macos
|
|
APPLE_PLATFORM_MIN_VERSION = 10.10
|
|
|
|
ARCHS = x86_64
|
|
|
|
EPSILON_SIMULATOR_HAS_LIBPNG = 1
|
|
|
|
ifdef ARCH
|
|
BUILD_DIR := $(BUILD_DIR)/$(ARCH)
|
|
endif
|