From c637e4f21d22c5db2621bccb923ff2eb3ef596ec Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 31 Oct 2021 20:55:41 +0800 Subject: switch to lua5.4 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index c54d6cecd..63d019542 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ endif # use luajit or lua backend ifeq ($(RUNTIME),) -RUNTIME :=luajit +RUNTIME :=lua endif # the temporary directory -- cgit v1.3.1