mirror of
https://github.com/minetest/minetest.git
synced 2024-12-02 12:33:45 +01:00
b5350e27ad
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
|