diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-02 11:05:59 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-02 11:05:59 -0700 |
| commit | 2fee22e19eacee21bf6bbea7961f94a244f9ec1a (patch) | |
| tree | 40cdf38e5b111d373885f1956eb1b2d4ed02b5da | |
| parent | 9ca40ef14980b5be4d7a2540279ad621f1eb1fc6 (diff) | |
| download | vcpkg-2fee22e19eacee21bf6bbea7961f94a244f9ec1a.tar.gz vcpkg-2fee22e19eacee21bf6bbea7961f94a244f9ec1a.zip | |
[gettext] Add call to vcpkg_copy_pdbs()
| -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 |
