1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-17 20:45:22 +01:00

Android: fix RTTI issue

This commit is contained in:
Loic Blot
2018-06-10 17:07:32 +02:00
parent 0ef9c53a8c
commit 9bbe99b4f8

View File

@@ -3,4 +3,4 @@ APP_ABI := ${TARGET_ABI}
APP_STL := c++_static APP_STL := c++_static
APP_MODULES := minetest APP_MODULES := minetest
APP_CPPFLAGS += -fexceptions APP_CPPFLAGS += -fexceptions -frtti