mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +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
|