mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
13 lines
183 B
Makefile
13 lines
183 B
Makefile
TOOLCHAIN = android
|
|
EXE = so
|
|
|
|
EPSILON_TELEMETRY ?= 0
|
|
|
|
ARCHS = armeabi-v7a arm64-v8a x86 x86_64
|
|
|
|
ifdef ARCH
|
|
BUILD_DIR := $(BUILD_DIR)/$(ARCH)
|
|
else
|
|
HANDY_TARGETS_EXTENSIONS = apk
|
|
endif
|