diff options
| author | codicodi <rob.ceglinski@gmail.com> | 2017-02-14 00:27:59 +0100 |
|---|---|---|
| committer | codicodi <rob.ceglinski@gmail.com> | 2017-02-14 00:27:59 +0100 |
| commit | 18abe2944da14e741ece014205510643eeb6577d (patch) | |
| tree | 03ec9e0ee2fa0442fdb82bd94fadc86c5491c3ac | |
| parent | 9406f333aaa290c4386fe06b2845b5b439592ed9 (diff) | |
| download | vcpkg-18abe2944da14e741ece014205510643eeb6577d.tar.gz vcpkg-18abe2944da14e741ece014205510643eeb6577d.zip | |
[gdk-pixbuf] disable static builds
| -rw-r--r-- | ports/gdk-pixbuf/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/gdk-pixbuf/portfile.cmake b/ports/gdk-pixbuf/portfile.cmake index e31690d64..7d104a9fe 100644 --- a/ports/gdk-pixbuf/portfile.cmake +++ b/ports/gdk-pixbuf/portfile.cmake @@ -1,3 +1,7 @@ +if (VCPKG_LIBRARY_LINKAGE STREQUAL static) + message(STATUS "Warning: Static building not supported. Building dynamic.") + set(VCPKG_LIBRARY_LINKAGE dynamic) +endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/gdk-pixbuf-2.36.5) |
