summaryrefslogtreecommitdiff
path: root/xmake/core/tool/toolchain.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-26 00:56:28 +0800
committerruki <[email protected]>2021-01-26 00:56:28 +0800
commit80e24282f3cb15bb5cb4a61eabea2424b1466c92 (patch)
treedcd653a054f1c7927c9af968c99ddd7b49b96fed /xmake/core/tool/toolchain.lua
parent2bb2fac08d934d5611e2230948d6363a9dc581b2 (diff)
improve zigcc
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
-rw-r--r--xmake/core/tool/toolchain.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua
index 9bd5e71ba..78caadc12 100644
--- a/xmake/core/tool/toolchain.lua
+++ b/xmake/core/tool/toolchain.lua
@@ -371,7 +371,6 @@ function _instance:_checktool(toolkind, toolpath)
-- find tool program
local program, toolname
local tool = find_tool(toolpath, {cachekey = self:cachekey(), program = toolpath, paths = self:bindir(), envs = self:get("runenvs")})
- print(self:name(), toolkind, tool)
if tool then
program = tool.program
toolname = tool.name