summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
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()