summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-21 23:11:03 +0800
committerruki <[email protected]>2021-09-21 23:11:03 +0800
commitf13f41af8efd73db63f6a1ebdc759477e0f3a0b0 (patch)
tree8a758572fbb595104e8321046bc793c4501de25e /core/xmake.lua
parent041b40c1cdb33052b48bcec8050fa9bcdaaadce2 (diff)
revert to luajit on win
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 a9108c487..71253d8ae 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -43,7 +43,7 @@ end
-- the runtime option
option("runtime")
set_showmenu(true)
- set_default("lua")
+ set_default("luajit")
set_description("Use luajit or lua runtime")
set_values("luajit", "lua")
option_end()