diff options
Diffstat (limited to 'ports/libwebp')
| -rw-r--r-- | ports/libwebp/portfile.cmake | 6 |
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 |
