aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-07-31 11:27:22 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-07-31 11:27:22 -0700
commitc22ab980bcab362134ef3e5db329a81c1767c2c9 (patch)
tree0dc07047ca99a65799d86b07a9fad482adfc4986 /scripts
parent25ece10e9855e1033a20375a0858ef1d8e981182 (diff)
downloadvcpkg-c22ab980bcab362134ef3e5db329a81c1767c2c9.tar.gz
vcpkg-c22ab980bcab362134ef3e5db329a81c1767c2c9.zip
[openssl] Switch to msys2 as a perl provider due to strawberryperl being down.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_acquire_msys.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_acquire_msys.cmake b/scripts/cmake/vcpkg_acquire_msys.cmake
index d87ec3e7c..905952eab 100644
--- a/scripts/cmake/vcpkg_acquire_msys.cmake
+++ b/scripts/cmake/vcpkg_acquire_msys.cmake
@@ -32,7 +32,7 @@
## vcpkg_execute_required_process(
## COMMAND
## ${BASH} --noprofile --norc -c
-## "pacman -Sy --noconfirm --needed make"
+## "PATH=/usr/bin:\$PATH;pacman -Sy --noconfirm --needed make"
## WORKING_DIRECTORY ${MSYS_ROOT}
## LOGNAME pacman-${TARGET_TRIPLET})
## ```