Add vcpkg_copy_pdbs() to allegro5's portfile

- Maybe this'll resolve those errors?
This commit is contained in:
Jesse Talavera-Greenberg 2017-07-15 10:45:14 -04:00
parent 8b802d3ffa
commit d4f924f753
No known key found for this signature in database
GPG Key ID: 100D3E7396EED2B6

View File

@ -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)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
vcpkg_copy_pdbs()