From da041a08d3e2faf3bdb88e9699af4a54f7a50f99 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 15 Dec 2015 10:51:07 +0800 Subject: update tbox for linux and fix prober --- xmake/scripts/platform/linux/prober.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'xmake/scripts/platform/linux/prober.lua') diff --git a/xmake/scripts/platform/linux/prober.lua b/xmake/scripts/platform/linux/prober.lua index b476b0b8a..91b2ff685 100644 --- a/xmake/scripts/platform/linux/prober.lua +++ b/xmake/scripts/platform/linux/prober.lua @@ -132,7 +132,11 @@ function prober._probe_toolpath(configs, kind, cross, name, description) if toolpath then configs.set(kind, toolpath) end -- trace - utils.verbose("checking for %s (%s) ... %s", description, kind, utils.ifelse(toolpath, path.filename(toolpath), "no")) + if toolpath then + utils.verbose("checking for %s (%s) ... %s", description, kind, path.filename(toolpath), "no") + else + utils.verbose("checking for %s (%s) ... no", description, kind) + end -- ok return true -- cgit v1.3.1