(minor) build with luajit instead of Lua5.3

This commit is contained in:
KikooDX 2020-02-13 16:25:37 +01:00
parent 6d87d8e8bc
commit fe3930575a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#/bin/#!/usr/bin/env bash
echo "making levels.c"
rm src/levels.c
lua5.3 levels.lua >> src/levels.c
luajit levels.lua >> src/levels.c
echo "building for cg"
fxsdk build-cg
echo "done"