diff options
| author | ruki <[email protected]> | 2021-09-21 23:07:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-21 23:07:27 +0800 |
| commit | 42dab62b8525aa52a339b57003524156d25cd08f (patch) | |
| tree | 32414af443a230a97c5c50c5d855eb917746aa7c /core/xmake.lua | |
| parent | e1338ed43cf207c8df99027ffe3fe05a856c8eaa (diff) | |
attempt to switch lua runtime for windows
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 2 |
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() |
