mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-23 04:45:24 +02:00
Android: use c++_shared library instead of c++_static
MT doesn't launch without that
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
APP_PLATFORM := ${APP_PLATFORM}
|
APP_PLATFORM := ${APP_PLATFORM}
|
||||||
APP_ABI := ${TARGET_ABI}
|
APP_ABI := ${TARGET_ABI}
|
||||||
APP_STL := c++_shared
|
APP_STL := c++_shared
|
||||||
NDK_TOOLCHAIN_VERSION := ${COMPILER_VERSION}
|
|
||||||
APP_DEPRECATED_HEADERS := true
|
APP_DEPRECATED_HEADERS := true
|
||||||
|
|
||||||
APP_CFLAGS += ${TARGET_CFLAGS_ADDON}
|
APP_CFLAGS += ${TARGET_CFLAGS_ADDON}
|
||||||
|
Reference in New Issue
Block a user