1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-22 06:35:27 +01:00
Files
luanti/build/android/jni/Deps.mk
Loic Blot 0ef9c53a8c Fix many Android build issues
It remains one issue with MT itself and rtti
2018-06-10 17:01:47 +02:00

8 lines
189 B
Makefile

APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := c++_static
APP_DEPRECATED_HEADERS := true
APP_CFLAGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
APP_CPPFLAGS += -fexceptions