summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-03-16 22:51:43 +0800
committerruki <[email protected]>2023-03-16 22:51:43 +0800
commit472ec86bf11cbeca78b71d1bc2d8112b5da03e09 (patch)
treeb406d5a28871f0661414606c779c4299077deb0e /xmake/core/package/package.lua
parent49314f129111b1c8cfa6c3972afa5c5491cf8964 (diff)
add find_tclsh
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index a7171c1d1..f279950d0 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -1507,10 +1507,12 @@ function _instance:_fetch_tool(opt)
end
end
else
+ print("find_tool", self:name())
fetchinfo = self:find_tool(self:name(), {require_version = opt.require_version,
cachekey = "fetch_package_xmake",
norun = true, -- we need not run it to check for xmake/packages, @see https://github.com/xmake-io/xmake-repo/issues/66
force = opt.force})
+ print("fetchinfo", fetchinfo)
-- may be toolset, not single tool
if not fetchinfo then