diff options
| -rw-r--r-- | xmake/platforms/checker.lua | 2 |
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 |
