mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02: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
|