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 --- core/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/xmake.lua') diff --git a/core/xmake.lua b/core/xmake.lua index 0070a3ca9..08fc49301 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -43,7 +43,7 @@ end -- the runtime option option("runtime") set_showmenu(true) - set_default("luajit") + set_default("lua") set_description("Use luajit or lua runtime") set_values("luajit", "lua") option_end() -- cgit v1.3.1