summaryrefslogtreecommitdiff
path: root/xmake/core/tool/tool.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-19 14:33:09 +0800
committerruki <[email protected]>2016-04-19 14:33:09 +0800
commit655f4fc9f27d19bb02eb6f131412f88db42f4253 (patch)
tree6b6bf66f8ab80c8c29e28bbbb08b175cc97303ae /xmake/core/tool/tool.lua
parent223c87f37fb9e8f3ffe808fae5041a1c4aee95d0 (diff)
check ar and swiftc
Diffstat (limited to 'xmake/core/tool/tool.lua')
-rw-r--r--xmake/core/tool/tool.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/tool/tool.lua b/xmake/core/tool/tool.lua
index c885f9e48..a6d077de5 100644
--- a/xmake/core/tool/tool.lua
+++ b/xmake/core/tool/tool.lua
@@ -212,7 +212,7 @@ function tool.check(shellname, dirs)
-- check
assert(shellname)
-
+
-- attempt to check it directly first
if tool._check(shellname) then
return shellname