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