From 2e8f2d76be79726f9be9ec0c677026f4f58f6d91 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 31 Oct 2016 13:35:53 -0700 Subject: [libxml2] Call vcpkg_copy_pdbs() --- ports/libxml2/portfile.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/libxml2/portfile.cmake b/ports/libxml2/portfile.cmake index 11682c3bd..26a604897 100644 --- a/ports/libxml2/portfile.cmake +++ b/ports/libxml2/portfile.cmake @@ -143,3 +143,5 @@ endif() # Handle copyright file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libxml2) file(RENAME ${CURRENT_PACKAGES_DIR}/share/libxml2/COPYING ${CURRENT_PACKAGES_DIR}/share/libxml2/copyright) + +vcpkg_copy_pdbs() \ No newline at end of file -- cgit v1.2.3