aboutsummaryrefslogtreecommitdiff
path: root/ports/libvpx
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-08-01 17:12:59 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-08-01 17:12:59 -0700
commitebc875df58a9441e30fab54e7ba84418e6bf8238 (patch)
tree2fc0e179b9ad7e03d0ebfabd01153fa74643adf6 /ports/libvpx
parentef3acf597aa3d7373b5ae708037cd74478daf648 (diff)
downloadvcpkg-ebc875df58a9441e30fab54e7ba84418e6bf8238.tar.gz
vcpkg-ebc875df58a9441e30fab54e7ba84418e6bf8238.zip
[openssl][vcpkg_find_acquire_program] Use msys to provide perl for vcpkg_find_acquire_program. Revert openssl to use this instead of msys directly.
Diffstat (limited to 'ports/libvpx')
-rw-r--r--ports/libvpx/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libvpx/portfile.cmake b/ports/libvpx/portfile.cmake
index 87f6cfdfc..f7e36b5a8 100644
--- a/ports/libvpx/portfile.cmake
+++ b/ports/libvpx/portfile.cmake
@@ -25,7 +25,7 @@ vcpkg_find_acquire_program(PERL)
vcpkg_acquire_msys(MSYS_ROOT)
get_filename_component(YASM_EXE_PATH ${YASM} DIRECTORY)
get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY)
-set(ENV{PATH} "${PERL_EXE_PATH};${YASM_EXE_PATH};${MSYS_ROOT}/usr/bin;$ENV{PATH}")
+set(ENV{PATH} "${YASM_EXE_PATH};${MSYS_ROOT}/usr/bin;$ENV{PATH};${PERL_EXE_PATH}")
set(BASH ${MSYS_ROOT}/usr/bin/bash.exe)
message(STATUS "Installing MSYS Packages")