1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-04 04:05:21 +01:00

Fix many Android build issues

It remains one issue with MT itself and rtti
This commit is contained in:
Loic Blot
2018-06-10 16:59:34 +02:00
parent b5350e27ad
commit 0ef9c53a8c
5 changed files with 15 additions and 17 deletions

View File

@@ -1,9 +1,6 @@
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := gnustl_static
NDK_TOOLCHAIN_VERSION := 4.9
APP_DEPRECATED_HEADERS := true
APP_STL := c++_static
APP_MODULES := minetest
APP_CPPFLAGS += -fexceptions
APP_GNUSTL_FORCE_CPP_FEATURES := rtti