summaryrefslogtreecommitdiff
path: root/xmake/core/tool/tool.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-13 19:25:40 +0800
committerruki <[email protected]>2016-04-13 19:25:40 +0800
commit28838d094db827cdf7dd951524c6598f90220bae (patch)
treebea30dc0ec7bd748012024901955cc979e28a5f7 /xmake/core/tool/tool.lua
parent3126beb37ff78520bdb23bb9c0548b9c6a80cf22 (diff)
check flags
Diffstat (limited to 'xmake/core/tool/tool.lua')
-rw-r--r--xmake/core/tool/tool.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/core/tool/tool.lua b/xmake/core/tool/tool.lua
index fcfc28b1e..b38bd6ee2 100644
--- a/xmake/core/tool/tool.lua
+++ b/xmake/core/tool/tool.lua
@@ -135,6 +135,9 @@ function _module:check(flags)
os.raise(results)
end
+ -- trace
+ utils.printf("checking for the flags %s ... %s", flags, utils.ifelse(results, "ok", "no"))
+
-- save the checked result
interface.checked[flags] = results