Mesen-X/Libretro/jni/Application.mk
2018-04-04 10:47:17 -05: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