Files
Mu/libretroBuildSystem/jni/Application.mk
meepingsnesroms 92d6a857a8 Tons of bugfixes
2019-05-25 09:58:00 -07:00

6 lines
193 B
Makefile

# only compile the CPUs that Android actually used at some point
APP_ABI := armeabi armeabi-v7a arm64-v8a x86 x86_64
APP_PLATFORM := android-18
APP_STL := c++_static
APP_CPPFLAGS += -std=c++11