mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
|
# NDK_TOOLCHAIN_VERSION := clang3.3
|
||
|
|
||
|
APP_PLATFORM := android-9
|
||
|
APP_MODULES := minetest
|
||
|
APP_STL := gnustl_static
|
||
|
|
||
|
APP_CPPFLAGS += -fexceptions
|
||
|
APP_GNUSTL_FORCE_CPP_FEATURES := rtti
|