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