diff options
| author | Voskrese <10104740+Voskrese@users.noreply.github.com> | 2020-05-01 01:11:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 10:11:20 -0700 |
| commit | b8c5ede662c774a5e2a10418933075a9f84ccd0c (patch) | |
| tree | 3bd77068e8b97d5104af42e6ceede255135a4162 /ports/libvpx | |
| parent | 695d2a8a4de7a4065edc514508795d83b5dd4eb3 (diff) | |
| download | vcpkg-b8c5ede662c774a5e2a10418933075a9f84ccd0c.tar.gz vcpkg-b8c5ede662c774a5e2a10418933075a9f84ccd0c.zip | |
[msbuild] Hotfix /p:UseEnv=True to be a port-local setting (#11058)
* Update vcpkg_build_msbuild.cmake
* Update vcpkg_install_msbuild.cmake
* Update CONTROL
* Update CONTROL
* Update portfile.cmake
* Update portfile.cmake
* Update ci.baseline.txt
Diffstat (limited to 'ports/libvpx')
| -rw-r--r-- | ports/libvpx/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libvpx/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libvpx/CONTROL b/ports/libvpx/CONTROL index 2472e88a3..b18dfe6c0 100644 --- a/ports/libvpx/CONTROL +++ b/ports/libvpx/CONTROL @@ -1,5 +1,5 @@ Source: libvpx
-Version: 1.8.1-2
+Version: 1.8.1-3
Homepage: https://github.com/webmproject/libvpx
Description: The reference software implementation for the video coding formats VP8 and VP9.
Supports: !(uwp|arm|arm64|linux|osx)
diff --git a/ports/libvpx/portfile.cmake b/ports/libvpx/portfile.cmake index b513a9623..3eded00d9 100644 --- a/ports/libvpx/portfile.cmake +++ b/ports/libvpx/portfile.cmake @@ -71,6 +71,7 @@ vcpkg_execute_required_process( vcpkg_build_msbuild( PROJECT_PATH "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/vpx.vcxproj" + OPTIONS /p:UseEnv=True ) if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "release") |
