Skip to content

Commit 290633b

Browse files
committed
py_lua_helper.py updated, add lua 5.4 definitions for lua_hints
1 parent 4aa0a6a commit 290633b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py_lua_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _detect_lua_binary(self):
137137
)
138138

139139
# Probe for available Lua binaries
140-
lua_hints = ["lua", "lua5.3", "lua53", "lua5.2", "lua52", "lua5.1", "lua51"]
140+
lua_hints = ["lua", "lua5.4", "lua54", "lua5.3", "lua53", "lua5.2", "lua52", "lua5.1", "lua51"]
141141
for hint in lua_hints:
142142
try:
143143
lua_path = shutil.which(hint)

0 commit comments

Comments
 (0)