mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
6 lines
161 B
Makefile
6 lines
161 B
Makefile
APP_STL := c++_static
|
|
APP_PLATFORM := android-9
|
|
APP_ABI := arm64-v8a armeabi-v7a x86 x86_64
|
|
APP_GNUSTL_CPP_FEATURES := exceptions
|
|
NDK_TOOLCHAIN_VERSION := clang
|