WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
361 stars 27 forks source link

v2.1-beta6 Releases gdextension-LuaJIT.zip Not Luajit #163

Closed baidwwy closed 10 months ago

baidwwy commented 10 months ago

var err: LuaError = lua.do_string(""" print(_VERSION) """)

windows x86_64

Trey2k commented 10 months ago

This is correct, turns out the actions have a typo, should be luaapi_luaver=jit https://github.com/WeaselGames/godot_luaAPI/blob/36ae02b761aa13df543387b77116b116e7980acb/.github/workflows/gdextension.yml#L422

I should have a fix shortly, stay posted

Trey2k commented 10 months ago

Okay luaJIT GDExtension build has been updated https://github.com/WeaselGames/godot_luaAPI/releases/tag/v2.1-beta6

Trey2k commented 10 months ago

Closing this for now, if you still have issues let me know!