summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-21 23:07:27 +0800
committerruki <[email protected]>2021-09-21 23:07:27 +0800
commit42dab62b8525aa52a339b57003524156d25cd08f (patch)
tree32414af443a230a97c5c50c5d855eb917746aa7c /core/xmake.lua
parente1338ed43cf207c8df99027ffe3fe05a856c8eaa (diff)
attempt to switch lua runtime for windows
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 71253d8ae..a9108c487 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()