aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-31 12:34:04 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-31 12:34:04 -0700
commit71594b6bef76b3510265cf508b24d9221ceede4b (patch)
tree64007d5e3d4bc26bc5e8f14ca09f406f6990e5fd /ports/libwebp
parent600e11d83cc8d66dc15f871ffa0b973978871910 (diff)
downloadvcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.tar.gz
vcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.zip
Remove portfile branching of vcpkg_copy_pdbs()
Diffstat (limited to 'ports/libwebp')
-rw-r--r--ports/libwebp/portfile.cmake6
1 files changed, 2 insertions, 4 deletions
diff --git a/ports/libwebp/portfile.cmake b/ports/libwebp/portfile.cmake
index 71262f1ba..b9d77c6f6 100644
--- a/ports/libwebp/portfile.cmake
+++ b/ports/libwebp/portfile.cmake
@@ -23,10 +23,8 @@ vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
- vcpkg_copy_pdbs()
-endif()
-
# Handle copyright
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libwebp)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libwebp/COPYING ${CURRENT_PACKAGES_DIR}/share/libwebp/copyright)
+
+vcpkg_copy_pdbs() \ No newline at end of file