[gdk-pixbuf] disable static builds

This commit is contained in:
codicodi 2017-02-14 00:27:59 +01:00
parent 9406f333aa
commit 18abe2944d

View File

@ -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)