fix for arm64 android

This commit is contained in:
Emil Romanus 2022-08-10 14:46:44 +02:00
commit 1f3968da56

View file

@ -30,6 +30,7 @@ GLOBAL_FLAGS := -DGL_GLEXT_PROTOTYPES \
-DUNICODE \
-DTMS_BACKEND_ANDROID \
-DTMS_BACKEND_MOBILE \
-DHAVE_GCC_ATOMICS \
-Os -ffast-math
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)