mirror of
https://github.com/love2d/love-android.git
synced 2026-08-15 15:51:20 +02:00
f88e0ba4b9
I don't use the buildandroid.sh for this because it forces the host compiler to 32-bit (-m32), but we do really need 64-bit host compiler to build LuaJIT for ARM64 (also I'm in Windows). So, I used Android NDK standalone toolchain then invoke make like this: make CROSS=aarch64-linux-android- TARGET_SYS=Linux TARGET_CFLAGS="-D__ANDROID_API__=21" amalg Then the resulting libluajit.a is copied to android/arm64-v8a/libluajit.a