Mesen-X/Libretro/jni/Application.mk

8 lines
109 B
Makefile
Raw Normal View History

2018-02-24 18:20:01 -05:00
APP_STL:=c++_static
APP_ABI := all
2018-02-25 11:01:59 -05:00
# Don't strip debug builds
ifeq ($(NDK_DEBUG),1)
cmd-strip :=
endif