Skip to content

Commit

Permalink
Rebuild LuaJIT for ARMv7 and x86.
Browse files Browse the repository at this point in the history
Previous build was compiled for Android Lollipop. It must be compiled for Jelly Bean instead.
  • Loading branch information
MikuAuahDark committed Nov 25, 2023
1 parent 8bbe71a commit 69cfcd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified love/src/jni/LuaJIT-2.1/android/armeabi-v7a/libluajit.a
Binary file not shown.
Binary file modified love/src/jni/LuaJIT-2.1/android/x86/libluajit.a
Binary file not shown.
4 changes: 2 additions & 2 deletions love/src/jni/LuaJIT-2.1/build_instructions.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ call :compile arm64-v8a aarch64-linux-android 21
if "%ERRORLEVEL%" == "1" goto :error

rem ARMv7
call :compile armeabi-v7a armv7a-linux-androideabi 21 -m32
call :compile armeabi-v7a armv7a-linux-androideabi 16 -m32
if not "%ERRORLEVEL%" == "0" goto :error

rem x86
call :compile x86 i686-linux-android 21 -m32
call :compile x86 i686-linux-android 16 -m32
if not "%ERRORLEVEL%" == "0" goto :error

rem x86_64
Expand Down

0 comments on commit 69cfcd2

Please sign in to comment.