diff options
| author | ruki <[email protected]> | 2021-09-21 22:53:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-21 22:53:08 +0800 |
| commit | a99208ddf3cda05ba4ddc18ff8ac44857eb8a649 (patch) | |
| tree | 45f34f9c6d4ebe694cd53b537d59cf125d72f370 /core/xmake.lua | |
| parent | 06cceecff66e8b5473095e77cd2b95e70b0d66ce (diff) | |
improve xmake options
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/xmake.lua b/core/xmake.lua index 592bc7c95..71253d8ae 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -40,11 +40,11 @@ if is_mode("coverage") then add_ldflags("-coverage", "-fprofile-arcs", "-ftest-coverage") end --- the backend option -option("backend") +-- the runtime option +option("runtime") set_showmenu(true) set_default("luajit") - set_description("Use luajit or lua backend") + set_description("Use luajit or lua runtime") set_values("luajit", "lua") option_end() |
