diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-01 16:03:40 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-08-01 16:03:40 -0700 |
| commit | 9a87ee9c9dc655dccb4e7b927279c9094f960448 (patch) | |
| tree | 7b2058da8c9ec90f2ace42198917de029cd83f82 /scripts | |
| parent | 5e9ac8a25bee0eb074f139bc73ed8e2a3755fc2d (diff) | |
| download | vcpkg-9a87ee9c9dc655dccb4e7b927279c9094f960448.tar.gz vcpkg-9a87ee9c9dc655dccb4e7b927279c9094f960448.zip | |
[openssl] Fix error in msys call to perform the perl installation.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_acquire_msys.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_acquire_msys.cmake b/scripts/cmake/vcpkg_acquire_msys.cmake index 905952eab..87c34c274 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 -## "PATH=/usr/bin:\$PATH;pacman -Sy --noconfirm --needed make" +## 'PATH=/usr/bin:\$PATH pacman -Sy --noconfirm --needed make' ## WORKING_DIRECTORY ${MSYS_ROOT} ## LOGNAME pacman-${TARGET_TRIPLET}) ## ``` |
