Mk/bsd.default-versions.mk: set Lua 5.4 as the default

PR:		220281
Exp-run by:	antoine
This commit is contained in:
Tobias C. Berner 2022-12-10 10:32:27 +01:00
parent f11a130a7c
commit 749a79b5fe

View File

@ -86,7 +86,7 @@ LLVM_DEFAULT?= 10
LLVM_DEFAULT?= 90
. endif
# Possible values: 5.1, 5.2, 5.3, 5.4
LUA_DEFAULT?= 5.2
LUA_DEFAULT?= 5.4
# Possible values: luajit, luajit-devel, luajit-openresty
. if ${ARCH:Mpowerpc64*}
LUAJIT_DEFAULT?= luajit-openresty