diff options
| author | ruki <[email protected]> | 2019-10-25 00:48:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-24 22:50:18 +0800 |
| commit | 2f623aed782cd56f9cdd28e94e258c854cbfeab8 (patch) | |
| tree | 6d0c3e6e5a1e5b9dd26f99f5388b4dff5073ff22 /xmake/core/package/package.lua | |
| parent | e5f1534779029d20e2cb3f1d92405f7d88a976e0 (diff) | |
support vs_runtime for vcpkg
Diffstat (limited to 'xmake/core/package/package.lua')
| -rw-r--r-- | xmake/core/package/package.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index 8fa4b63b9..e396147fa 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -840,6 +840,7 @@ function _instance:fetch(opt) fetchinfo = self._find_package("xmake::" .. self:name(), {version = self:version_str(), cachekey = "fetch_package_xmake", buildhash = self:buildhash(), + pkgconfigs = self:configs(), force = opt.force}) if fetchinfo then isSys = self._isSys @@ -851,6 +852,7 @@ function _instance:fetch(opt) fetchinfo = self._find_package(self:name(), {force = opt.force, version = require_ver, mode = self:mode(), + pkgconfigs = self:configs(), cachekey = "fetch_package_system", system = true}) if fetchinfo then |
