mirror of
https://github.com/libretro/Mu.git
synced 2026-07-10 10:49:07 +00:00
6 lines
185 B
Makefile
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
|