From 18abe2944da14e741ece014205510643eeb6577d Mon Sep 17 00:00:00 2001 From: codicodi Date: Tue, 14 Feb 2017 00:27:59 +0100 Subject: [gdk-pixbuf] disable static builds --- ports/gdk-pixbuf/portfile.cmake | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3