From b0ade3ed2ef18240715d0aec6e8d0866c6bf9e8d Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Sat, 15 Jul 2017 11:00:37 -0400 Subject: Nope, let's try globbing --- ports/allegro5/portfile.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index 0c3a8a42c..69863649c 100644 --- a/ports/allegro5/portfile.cmake +++ b/ports/allegro5/portfile.cmake @@ -74,4 +74,7 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/share/allegro5/LICENSE.txt ${CURRENT_PACKAGE file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) +file(GLOB PDB_GLOB ${CURRENT_BUILDTREES_DIR}-dbg/lib/*.dbg) +file(COPY ${PDB_GLOB} DESTINATION ${CURRENT_BUILDTREES_DIR}-dbg/lib/Debug) + vcpkg_copy_pdbs() -- cgit v1.2.3