1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Android: fix RTTI issue

This commit is contained in:
Loic Blot 2018-06-10 17:07:32 +02:00
parent 0ef9c53a8c
commit 9bbe99b4f8
No known key found for this signature in database
GPG key ID: EFAA458E8C153987

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