1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-07 09:45:35 +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,8 +1,7 @@
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := gnustl_static
NDK_TOOLCHAIN_VERSION := 4.9
APP_STL := c++_static
APP_DEPRECATED_HEADERS := true
APP_CLAFGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
APP_CFLAGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
APP_CPPFLAGS += -fexceptions