Files
Mu/libretroBuildSystem/jni/Application.mk
2019-11-29 14:32:11 -08:00

6 lines
185 B
Makefile

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