mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
TOOLCHAIN = android
|
|
EXE = so
|
|
|
|
EPSILON_TELEMETRY ?= 1
|
|
|
|
ifdef NDK_ABI
|
|
BUILD_DIR := $(BUILD_DIR)/$(NDK_ABI)
|
|
endif
|