diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-08-15 11:33:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-15 11:33:47 -0700 |
| commit | b67e6cb5c89bc30bcd4845da4069db62e614eae8 (patch) | |
| tree | 27ab1d438c2e2e92d95814684def56bff05cb6de | |
| parent | cd7f4cccffd915edc2d4b625ff32dea970ec073f (diff) | |
| parent | 67f44796bbfc58342f353b033583ee3d0e97789f (diff) | |
| download | vcpkg-b67e6cb5c89bc30bcd4845da4069db62e614eae8.tar.gz vcpkg-b67e6cb5c89bc30bcd4845da4069db62e614eae8.zip | |
Merge pull request #1645 from codicodi/ogg-exports
[libogg] export all symbols
| -rw-r--r-- | ports/libogg/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libogg/portfile.cmake | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/libogg/CONTROL b/ports/libogg/CONTROL index fb4557e57..47fd8faab 100644 --- a/ports/libogg/CONTROL +++ b/ports/libogg/CONTROL @@ -1,3 +1,3 @@ Source: libogg -Version: 2017-07-27-cab46b19847 +Version: 1.3.2-cab46b1-2 Description: Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs. diff --git a/ports/libogg/portfile.cmake b/ports/libogg/portfile.cmake index fb666acde..a3640c54c 100644 --- a/ports/libogg/portfile.cmake +++ b/ports/libogg/portfile.cmake @@ -9,6 +9,9 @@ vcpkg_from_github( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + PREFER_NINJA + OPTIONS + -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON ) vcpkg_install_cmake() |
