godot_luaAPI
godot_luaAPI copied to clipboard
Bug Report: GDExtension LuaJIT on Linux is not LuaJIT
Describe the bug The GDExtension build on the latest release is not LuaJIT, at least on Linux. I have not tried the module or other OSes.
To Reproduce
print(_VERSION) -- prints Lua 5.4
Environment:
- OS: Linux
- Godot version: 4.2.1-stable
- Module version: edf4afe (v2.1-beta11)
Additional context Related: #163