aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl
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/openssl
parent600e11d83cc8d66dc15f871ffa0b973978871910 (diff)
downloadvcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.tar.gz
vcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.zip
Remove portfile branching of vcpkg_copy_pdbs()
Diffstat (limited to 'ports/openssl')
-rw-r--r--ports/openssl/portfile.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/openssl/portfile.cmake b/ports/openssl/portfile.cmake
index 7d693cb59..49d322095 100644
--- a/ports/openssl/portfile.cmake
+++ b/ports/openssl/portfile.cmake
@@ -60,10 +60,10 @@ file(REMOVE
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/openssl RENAME copyright)
-if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
- vcpkg_copy_pdbs()
-else()
+if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
# They should be empty, only the exes deleted above were in these directories
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin/)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin/)
endif()
+
+vcpkg_copy_pdbs() \ No newline at end of file