summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-21 13:17:05 +0800
committerGitHub <[email protected]>2021-12-21 13:17:05 +0800
commit496c568a973cd1d313e6f5fae7629f307b980b6d (patch)
treeb7155b8538c6cb46b247d3af09c1452faea53a5a
parent7eaaaab5699cc9a380b85dcefad270b3ff120cd8 (diff)
Update install_package.lua
-rw-r--r--xmake/modules/package/manager/vcpkg/install_package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/vcpkg/install_package.lua b/xmake/modules/package/manager/vcpkg/install_package.lua
index 9b7ded261..892697dcc 100644
--- a/xmake/modules/package/manager/vcpkg/install_package.lua
+++ b/xmake/modules/package/manager/vcpkg/install_package.lua
@@ -90,7 +90,7 @@ function _install_for_manifest(vcpkg, name, opt)
end
-- init argv
- local argv = {"--feature-flags=\"versions\"", "install", "--triplet", triplet}
+ local argv = {"--feature-flags=\"versions\"", "install", "--x-wait-for-lock", "--triplet", triplet}
if option.get("diagnosis") then
table.insert(argv, "--debug")
end