summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-31 20:55:41 +0800
committerruki <[email protected]>2021-10-31 20:55:47 +0800
commitc637e4f21d22c5db2621bccb923ff2eb3ef596ec (patch)
tree83fece2927f2a797999fda672ac03280fecf7691 /core/xmake.lua
parenta9b29cac29628640c200a652a1c77f29d8aafd67 (diff)
switch to lua5.4
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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()