mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07: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
|