diff options
| -rw-r--r-- | core/xmake.lua | 2 | ||||
| -rw-r--r-- | makefile | 2 |
2 files changed, 2 insertions, 2 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() @@ -17,7 +17,7 @@ endif # use luajit or lua backend ifeq ($(RUNTIME),) -RUNTIME :=luajit +RUNTIME :=lua endif # the temporary directory |
