mirror of
https://github.com/SourMesen/Mesen-S.git
synced 2025-04-02 10:41:42 -04:00
7 lines
109 B
Makefile
7 lines
109 B
Makefile
APP_STL:=c++_static
|
|
APP_ABI := all
|
|
|
|
# Don't strip debug builds
|
|
ifeq ($(NDK_DEBUG),1)
|
|
cmd-strip :=
|
|
endif
|