From 2fee22e19eacee21bf6bbea7961f94a244f9ec1a Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 2 Nov 2016 11:05:59 -0700 Subject: [gettext] Add call to vcpkg_copy_pdbs() --- ports/gettext/portfile.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/gettext/portfile.cmake b/ports/gettext/portfile.cmake index 778086b75..1da88b0e9 100644 --- a/ports/gettext/portfile.cmake +++ b/ports/gettext/portfile.cmake @@ -41,3 +41,5 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/include/libgnuintl.h ${CURRENT_PACKAGES_DIR} # Handle copyright file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/gettext) file(RENAME ${CURRENT_PACKAGES_DIR}/share/gettext/COPYING ${CURRENT_PACKAGES_DIR}/share/gettext/copyright) + +vcpkg_copy_pdbs() \ No newline at end of file -- cgit v1.2.3