Skip to content

Commit

Permalink
Add lua 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCaster committed Aug 21, 2024
1 parent 648bb68 commit 487cf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua-helper.bash.in
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ lua_probe_binary() {

if [[ -z $lua_min_version && -z $lua_max_version ]]; then
lua_min_version="5.1.0"
lua_max_version="5.3.999"
lua_max_version="5.4.999"
elif [[ -z $lua_min_version && ! -z $lua_max_version ]]; then
lua_min_version="0.0.0"
lua_helper_log_error "restricting lua max version only, it may not work as intended if your lua interpreter is too old"
Expand Down

0 comments on commit 487cf6b

Please sign in to comment.