From b97aff569ccc11b3ac617ca55b560488998a9e19 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 24 Sep 2021 00:14:01 +0800 Subject: update title --- xmake/core/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.3.1