diff options
| author | ruki <[email protected]> | 2021-09-24 00:14:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-24 00:14:01 +0800 |
| commit | b97aff569ccc11b3ac617ca55b560488998a9e19 (patch) | |
| tree | 128f4a3674e1180a7729f3a515ea09a7876ad16f | |
| parent | b14cfebf3ff0a88ab9486468c2665732768d6456 (diff) | |
update title
| -rw-r--r-- | xmake/core/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index d4eb456b3..e4d6f8f2a 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -44,7 +44,7 @@ local profiler = require("base/profiler") -- init the option menu local menu = { - title = "${bright}xmake v" .. _VERSION .. ", A cross-platform build utility based on Lua${clear}" + title = "${bright}xmake v" .. _VERSION .. ", A cross-platform build utility based on " .. (xmake._LUAJIT and "LuaJIT" or "Lua") .. "${clear}" , copyright = "Copyright (C) 2015-present Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}" -- the tasks: xmake [task] |
