mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
5 lines
157 B
Makefile
5 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
|