Forced lua version

This commit is contained in:
Luca Deri 2025-04-30 11:00:17 +01:00
parent 4a63c2daf3
commit 836ba6eb4d

View file

@ -4,7 +4,13 @@ if test -f /usr/sbin/pkg; then
# FreeBSD
LUAC=`which luac53`
else
LUAC=`which luac`
#
# IMPORTANT
#
# Keep the version in sync with ntopng/third-party/lua-5.4.Y
# otherwise the generated bytecode won't be interpreted
#
LUAC=`which luac5.4`
fi
MV=`which mv`