diff options
| author | charlie barto <charlie barto> | 2016-11-16 03:02:01 -0500 |
|---|---|---|
| committer | Charlie Barto <bartoc@umich.edu> | 2016-11-17 03:00:58 -0500 |
| commit | da65430a30bb5d45e8b03794381a8a0f9401ec77 (patch) | |
| tree | 3236db96a8756b08fe8010719065ccf42a5be860 | |
| parent | a77bed25fc0a2a38188e555cd6d9c7f7b11040ce (diff) | |
| download | vcpkg-da65430a30bb5d45e8b03794381a8a0f9401ec77.tar.gz vcpkg-da65430a30bb5d45e8b03794381a8a0f9401ec77.zip | |
made libpq copy pdb files
| -rw-r--r-- | ports/libpq/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/libpq/portfile.cmake b/ports/libpq/portfile.cmake index 966bef79d..14748a1da 100644 --- a/ports/libpq/portfile.cmake +++ b/ports/libpq/portfile.cmake @@ -27,3 +27,5 @@ vcpkg_install_cmake() # Handle copyright file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/libpq) file(RENAME ${CURRENT_PACKAGES_DIR}/share/libpq/COPYRIGHT ${CURRENT_PACKAGES_DIR}/share/libpq/copyright) + +vcpkg_copy_pdbs()
\ No newline at end of file |
