1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-17 20:45:22 +01:00

Android: fix another build typo

This commit is contained in:
Loic Blot
2018-06-10 17:11:57 +02:00
parent 9bbe99b4f8
commit fb4bfc60de

View File

@@ -4,5 +4,5 @@ APP_STL := c++_static
APP_DEPRECATED_HEADERS := true
APP_MODULES := Irrlicht
APP_CLAFGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
APP_CFLAGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
APP_CPPFLAGS += -fexceptions