diff options
| -rw-r--r-- | xmake/modules/package/manager/vcpkg/install_package.lua | 2 |
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 |
