From a99208ddf3cda05ba4ddc18ff8ac44857eb8a649 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Sep 2021 22:53:08 +0800 Subject: improve xmake options --- core/xmake.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/xmake.lua') 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() -- cgit v1.3.1