Correct options when building for RetroArch.
[SquirrelJME.git] / ratufacoat / libretro / jni / Application.mk
blobbb799cdcfcf32dd479fa47494119110e31b2908c
1 # only compile the CPUs that Android actually used at some point
2 APP_ABI := all
3 APP_PLATFORM := android-18
4 APP_STL := c++_static
5 APP_CPPFLAGS += -std=c++11