support for build with current Lua version 5.4.1
This may require make spotless make fetch-lua for some platforms.
This commit is contained in:
@@ -12,7 +12,7 @@ if [ -z "$GCCVER" ]; then
|
||||
fi
|
||||
|
||||
if [ -z "$LUA_VERSION" ]; then
|
||||
export LUA_VERSION=5.4.0
|
||||
export LUA_VERSION=5.4.1
|
||||
fi
|
||||
|
||||
if [ ! -d "$(pwd)/lib" ]; then
|
||||
|
||||
Reference in New Issue
Block a user