diff options
| author | Jesse Towner <jwtowner@users.noreply.github.com> | 2021-02-11 00:33:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 00:33:20 -0800 |
| commit | 0eb69ddd943f06d92eac5f77b0889ccb047a2963 (patch) | |
| tree | 27bb474cc62ae4bfa3b323e0ca1e81a9a1902dc7 /versions/baseline.json | |
| parent | 33f1f0a34dc40c5ad3ebf6be1705badbb93c90b6 (diff) | |
| download | vcpkg-0eb69ddd943f06d92eac5f77b0889ccb047a2963.tar.gz vcpkg-0eb69ddd943f06d92eac5f77b0889ccb047a2963.zip | |
[libvpx] Fix arm-uwp builds for v142 toolset (#15892)
* [libvpx] Fix arm-uwp builds for v142 toolset
This adds better support for targeting UWP as well as ARM/ARM64 for
regular Windows Desktop with the v142 toolset. Without this change,
arm-uwp fails to build with v142. For v141 and earlier, the old
behavior remains unchanged.
* [libvpx] Fix Linux and macOS builds
* [libvpx] updated version record
* [libvpx] updated version record
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a565e8073..0cccc0021 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3502,7 +3502,7 @@ }, "libvpx": { "baseline": "1.9.0", - "port-version": 5 + "port-version": 6 }, "libwandio": { "baseline": "4.2.1", |
