diff options
| -rw-r--r-- | ports/allegro5/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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() |
