aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2017-08-15 11:33:47 -0700
committerGitHub <noreply@github.com>2017-08-15 11:33:47 -0700
commitb67e6cb5c89bc30bcd4845da4069db62e614eae8 (patch)
tree27ab1d438c2e2e92d95814684def56bff05cb6de
parentcd7f4cccffd915edc2d4b625ff32dea970ec073f (diff)
parent67f44796bbfc58342f353b033583ee3d0e97789f (diff)
downloadvcpkg-b67e6cb5c89bc30bcd4845da4069db62e614eae8.tar.gz
vcpkg-b67e6cb5c89bc30bcd4845da4069db62e614eae8.zip
Merge pull request #1645 from codicodi/ogg-exports
[libogg] export all symbols
-rw-r--r--ports/libogg/CONTROL2
-rw-r--r--ports/libogg/portfile.cmake3
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()