Is actually luac5.2, not luac52.
parent
736318a730
commit
10fe1e17c1
2
build.sh
2
build.sh
|
@ -77,7 +77,7 @@ mkdir -p ../tmp/lua
|
||||||
find . -type f -name '*.lua' | while read absfile; do
|
find . -type f -name '*.lua' | while read absfile; do
|
||||||
file="lua/$absfile"
|
file="lua/$absfile"
|
||||||
echo "Compiling $file..."
|
echo "Compiling $file..."
|
||||||
luac52 -o "../tmp/$file.luac" "$absfile" && (
|
luac5.2 -o "../tmp/$file.luac" "$absfile" && (
|
||||||
rm "/tmp/$file"
|
rm "/tmp/$file"
|
||||||
mv "/tmp/$file.luac" "/tmp/$file"
|
mv "/tmp/$file.luac" "/tmp/$file"
|
||||||
) || (
|
) || (
|
||||||
|
|
Loading…
Reference in New Issue