mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
6 lines
123 B
Makefile
6 lines
123 B
Makefile
TOOLCHAIN ?= android
|
|
EXE = so
|
|
|
|
LDFLAGS += -L$(SDL_PATH)/build/android/lib/$(NDK_ABI)
|
|
LDFLAGS += -lSDL2 -ljnigraphics -llog
|