mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
Forced lua version
This commit is contained in:
parent
4a63c2daf3
commit
836ba6eb4d
1 changed files with 7 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue