diff options
| author | ruki <[email protected]> | 2020-09-14 23:21:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-14 23:21:13 +0800 |
| commit | 0d80a6cb721100171a51c2c5017a9a1f84bce9d5 (patch) | |
| tree | e36fe2463237027c37418ab4aed9fa7c32e2b5d2 | |
| parent | 489b4e6ac95819a203ffb834cc3228d7644c5d32 (diff) | |
improve package:fetch
| -rw-r--r-- | xmake/core/package/package.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index e7d3792f8..c7fe2e034 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -839,6 +839,7 @@ function _instance:fetch(opt) fetchinfo = self._find_tool(self:name(), {version = self:version_str(), cachekey = "fetch_package_xmake", buildhash = self:buildhash(), + 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}) if fetchinfo then isSys = self._isSys |
