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
1 changed files with 1 additions and 1 deletions

View File

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