mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 01:33:46 +01:00
2507d32afe
Add workarounds for ndk-r16.
9 lines
221 B
Makefile
9 lines
221 B
Makefile
APP_PLATFORM := ${APP_PLATFORM}
|
|
APP_ABI := ${TARGET_ABI}
|
|
APP_STL := gnustl_static
|
|
NDK_TOOLCHAIN_VERSION := 4.9
|
|
APP_DEPRECATED_HEADERS := true
|
|
|
|
APP_CLAFGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
|
|
APP_CPPFLAGS += -fexceptions
|