Files
Upsilon/build/platform.sdl.android.mak
Romain Goyet d70bad84f3 Rename the scripts folder to build
And the build folder to output
2019-09-18 17:46:38 +02:00

7 lines
88 B
Makefile

TOOLCHAIN ?= android
EXE = so
ifdef NDK_ABI
BUILD_DIR := $(BUILD_DIR)/$(NDK_ABI)
endif