mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-29 22:55:19 +01:00
Android build fixes for c++11
This commit is contained in:
@@ -4,5 +4,5 @@ APP_STL := c++_shared
|
||||
NDK_TOOLCHAIN_VERSION := ${COMPILER_VERSION}
|
||||
APP_DEPRECATED_HEADERS := true
|
||||
|
||||
APP_CLAFGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
|
||||
APP_CPPFLAGS += -fexceptions
|
||||
APP_CLAFGS += ${TARGET_CFLAGS_ADDON}
|
||||
APP_CPPFLAGS += ${TARGET_CXXFLAGS_ADDON} -fexceptions -std=c++11
|
||||
|
||||
Reference in New Issue
Block a user