summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua6
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()