diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-01 17:12:59 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-08-01 17:12:59 -0700 |
| commit | ebc875df58a9441e30fab54e7ba84418e6bf8238 (patch) | |
| tree | 2fc0e179b9ad7e03d0ebfabd01153fa74643adf6 /ports/openblas | |
| parent | ef3acf597aa3d7373b5ae708037cd74478daf648 (diff) | |
| download | vcpkg-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/openblas')
| -rw-r--r-- | ports/openblas/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/openblas/portfile.cmake b/ports/openblas/portfile.cmake index ec6f420f8..635d6f6fb 100644 --- a/ports/openblas/portfile.cmake +++ b/ports/openblas/portfile.cmake @@ -38,7 +38,7 @@ vcpkg_apply_patches( # openblas require perl to generate .def for exports vcpkg_find_acquire_program(PERL) get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY) -set(ENV{PATH} "${PERL_EXE_PATH};$ENV{PATH}") +set(ENV{PATH} "$ENV{PATH};${PERL_EXE_PATH}") vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} |
