From 6c6b9ae901f5cf8aaf1f89d43b8f09bad832990f Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 17 Dec 2015 09:25:05 +0800 Subject: fix probe g++ failed for ld --- xmake/scripts/platform/windows/prober.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmake/scripts/platform/windows/prober.lua') diff --git a/xmake/scripts/platform/windows/prober.lua b/xmake/scripts/platform/windows/prober.lua index d5ccdef88..4a853325d 100644 --- a/xmake/scripts/platform/windows/prober.lua +++ b/xmake/scripts/platform/windows/prober.lua @@ -47,7 +47,7 @@ function prober._probe_arch(configs) configs.set("arch", xmake._ARCH) -- trace - utils.verbose("checking for the architecture ... %s", configs.get("arch")) + utils.printf("checking for the architecture ... %s", configs.get("arch")) -- ok return true @@ -96,7 +96,7 @@ function prober._probe_vs_version(configs) configs.set("vs", vs) -- trace - utils.verbose("checking for the Microsoft Visual Studio version ... %s", vs) + utils.printf("checking for the Microsoft Visual Studio version ... %s", vs) else -- failed utils.error("checking for the Microsoft Visual Studio version ... no") @@ -217,9 +217,9 @@ function prober._probe_toolpath(configs, kind, name, description) -- trace if toolpath then - utils.verbose("checking for %s (%s) ... %s", description, kind, path.filename(toolpath), "no") + utils.printf("checking for %s (%s) ... %s", description, kind, path.filename(toolpath)) else - utils.verbose("checking for %s (%s) ... no", description, kind) + utils.printf("checking for %s (%s) ... no", description, kind) end -- ok -- cgit v1.3.1