mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
7 lines
197 B
Makefile
7 lines
197 B
Makefile
APP_STL := c++_static
|
|
APP_PLATFORM := android-9
|
|
APP_ABI := arm64-v8a armeabi-v7a x86_64
|
|
APP_GNUSTL_CPP_FEATURES := exceptions
|
|
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true
|
|
NDK_TOOLCHAIN_VERSION := clang
|