aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Talavera-Greenberg <jessetalavera@aol.com>2017-07-15 10:45:14 -0400
committerJesse Talavera-Greenberg <jessetalavera@aol.com>2017-07-15 10:45:14 -0400
commitd4f924f7537700dfc25f265eb68cbf377b7c32d3 (patch)
tree11c99e1b25b1b18a0dc6ce1c78dd6881e547cb35
parent8b802d3ffaeb1f173d081be20209fb4863944da7 (diff)
downloadvcpkg-d4f924f7537700dfc25f265eb68cbf377b7c32d3.tar.gz
vcpkg-d4f924f7537700dfc25f265eb68cbf377b7c32d3.zip
Add vcpkg_copy_pdbs() to allegro5's portfile
- Maybe this'll resolve those errors?
-rw-r--r--ports/allegro5/portfile.cmake4
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()