love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
211 stars 73 forks source link

LuaJIT versions inconsistency #187

Closed slime73 closed 5 years ago

slime73 commented 5 years ago

Original report by Anonymous.


The desktop build of Love2D seems to use LuaJIT 2.0.5, but the Android build uses LuaJIT 2.1.x, which is weird. LuaJIT 2.0.5 can't be used on Android ?

slime73 commented 5 years ago

Original comment by Alex Szpakowski (Bitbucket: slime73, GitHub: slime73).


It can't - LuaJIT 2.0 doesn't have support for arm64 architectures (required for modern iOS and Android devices), whereas 2.1 is less stable than 2.0 on desktops right now unfortunately.