diff options
| author | Hanseul Jun <hanseuljun@gmail.com> | 2020-09-17 13:28:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-17 13:28:52 -0700 |
| commit | 32eccc18191fbb57b159784a1724d2d00613ae82 (patch) | |
| tree | 2f5f1f7e13427c309b1569bc6d7a151eab2bf991 | |
| parent | 9c605a5efef6aab968273e0576747a9a1ac20bce (diff) | |
| download | vcpkg-32eccc18191fbb57b159784a1724d2d00613ae82.tar.gz vcpkg-32eccc18191fbb57b159784a1724d2d00613ae82.zip | |
[opus] Fix for arm64-ios (#13568)
* Add SYSTEM_LIBRARIES m to vcpkg_fixup_pkgconfig() in opus/portfile.cmake.
* [opus] Update CONTROL
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
| -rw-r--r-- | ports/opus/CONTROL | 2 | ||||
| -rw-r--r-- | ports/opus/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/opus/CONTROL b/ports/opus/CONTROL index 1576fd3c9..924e0dd83 100644 --- a/ports/opus/CONTROL +++ b/ports/opus/CONTROL @@ -1,6 +1,6 @@ Source: opus Version: 1.3.1 -Port-Version: 4 +Port-Version: 5 Homepage: https://github.com/xiph/opus Description: Totally open, royalty-free, highly versatile audio codec diff --git a/ports/opus/portfile.cmake b/ports/opus/portfile.cmake index 4102542c1..b2e1e3807 100644 --- a/ports/opus/portfile.cmake +++ b/ports/opus/portfile.cmake @@ -30,7 +30,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Opus) vcpkg_copy_pdbs() -vcpkg_fixup_pkgconfig() +vcpkg_fixup_pkgconfig(SYSTEM_LIBRARIES m) file(INSTALL ${SOURCE_PATH}/COPYING |
