mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-17 12:35:21 +01:00
Android: use c++_shared library instead of c++_static
MT doesn't launch without that
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user