Mesen-SX/Libretro/jni/Application.mk
2019-07-02 19:56:00 -04:00

7 lines
109 B
Makefile

APP_STL:=c++_static
APP_ABI := all
# Don't strip debug builds
ifeq ($(NDK_DEBUG),1)
cmd-strip :=
endif