mirror of
https://github.com/libretro/Play-.git
synced 2025-03-04 17:28:29 +00:00
6 lines
149 B
Makefile
6 lines
149 B
Makefile
APP_PLATFORM := android-19
|
|
APP_ABI := armeabi-v7a
|
|
APP_STL := c++_static
|
|
APP_CPPFLAGS += -std=c++11
|
|
NDK_TOOLCHAIN_VERSION := clang
|