Android: use c++_shared library instead of c++_static

MT doesn't launch without that
master
Loic Blot 2018-06-10 17:46:47 +02:00
parent 6dc7177a5d
commit f5c9c760e3
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := c++_static
APP_STL := c++_shared
APP_MODULES := minetest
APP_CPPFLAGS += -fexceptions -frtti

View File

@ -1,6 +1,6 @@
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := c++_static
APP_STL := c++_shared
APP_DEPRECATED_HEADERS := true
APP_CFLAGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3