From 496c568a973cd1d313e6f5fae7629f307b980b6d Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Dec 2021 13:17:05 +0800 Subject: Update install_package.lua --- xmake/modules/package/manager/vcpkg/install_package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1