update Lua version supported

This commit is contained in:
nhmall
2023-05-28 22:58:47 -04:00
parent b48cb5bcd9
commit b35d8a34ed
16 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if [ -z "$GCCVER" ]; then
fi
if [ -z "$LUA_VERSION" ]; then
export LUA_VERSION=5.4.4
export LUA_VERSION=5.4.6
fi
if [ ! -d "$(pwd)/lib" ]; then