diff options
| -rw-r--r-- | ports/allegro5/portfile.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index 83ab6e5d9..0c3a8a42c 100644 --- a/ports/allegro5/portfile.cmake +++ b/ports/allegro5/portfile.cmake @@ -72,4 +72,6 @@ vcpkg_install_cmake() file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/allegro5) file(RENAME ${CURRENT_PACKAGES_DIR}/share/allegro5/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/allegro5/copyright) -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
\ No newline at end of file +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) + +vcpkg_copy_pdbs() |
