diff options
| author | xyb <xyb@xyb.name> | 2020-09-14 16:06:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 16:06:48 -0700 |
| commit | 5c9e67076729c9ab5acf9b337a56326dbd1acd9e (patch) | |
| tree | 5642adfcdd403a2430daab29bae0ea25d57a0a5f /scripts/testing | |
| parent | a9a1dac8c6996e67551e686441b2d61a77418eb1 (diff) | |
| download | vcpkg-5c9e67076729c9ab5acf9b337a56326dbd1acd9e.tar.gz vcpkg-5c9e67076729c9ab5acf9b337a56326dbd1acd9e.zip | |
[ffmpeg:arm64-linux] Fix bug #13511: [ffmpeg:arm64-linux] build failure. (#13512)
Root cause:
In `ffmpeg/portfile.cmake`, `--target-os=win32` is applied to all arm or arm64 targets.
This is wrong.
Fix:
Only apply "--target-os=win32" if VCPKG_TARGET_IS_WINDOWS.
Verify:
Run `./vcpkg install ffmpeg` on arm64-linux host, make sure the generated libraries are *.a not *.lib.
Diffstat (limited to 'scripts/testing')
0 files changed, 0 insertions, 0 deletions
