summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-21 09:55:29 +0800
committerruki <[email protected]>2017-02-21 09:55:29 +0800
commit02aa42bce096ac637a932c2c96cf0d538746308a (patch)
treec813fb6d65c51b6ba1dbf3bc8b005282e3a00fb7
parent9080ef1e9f4d0cd54f83f972d9fd689ddcfe9b36 (diff)
modify check tool failed info
-rw-r--r--xmake/platforms/checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/checker.lua b/xmake/platforms/checker.lua
index a186c32e0..0f0a2fbb3 100644
--- a/xmake/platforms/checker.lua
+++ b/xmake/platforms/checker.lua
@@ -261,7 +261,7 @@ function check_toolchain(config, kind, cross, name, description, check)
if toolpath then
cprint("checking for %s (%s) ... ${green}%s", description, kind, path.filename(toolpath))
else
- cprint("checking for %s (%s) ... ${red}no", description, kind)
+ cprint("checking for %s (%s: ${red}%s${clear}) ... ${red}no", description, kind, name)
end
end
end