Skip to content

Commit 2847b81

Browse files
committed
py_lua_helper: probe for lua binary inside script directory first, if present
1 parent dff4e47 commit 2847b81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python_lua_helper/py_lua_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def _detect_lua_binary(self):
172172
)
173173
# Probe for available Lua binaries
174174
lua_hints = [
175+
os.path.join(os.path.dirname(__file__), "lua"),
175176
"lua",
176177
"lua5.4",
177178
"lua54",

0 commit comments

Comments
 (0)