We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cd166 commit 1a8ce99Copy full SHA for 1a8ce99
build_scripts/install_deps_windows.bash
@@ -2,7 +2,9 @@
2
3
set -ex
4
5
-cd ./build_scripts
6
-vcpkg x-update-baseline --add-initial-baseline
7
-vcpkg install
8
-cd ..
+vcpkg x-update-baseline \
+ --add-initial-baseline \
+ --x-manifest-root="./build_scripts"
+vcpkg install \
9
+ --x-install-root="C:/vcpkg/installed" \
10
0 commit comments