mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
7 lines
87 B
Makefile
7 lines
87 B
Makefile
TOOLCHAIN = android
|
|
EXE = so
|
|
|
|
ifdef NDK_ABI
|
|
BUILD_DIR := $(BUILD_DIR)/$(NDK_ABI)
|
|
endif
|