diff options
| author | Etienne Dechamps <etienne@edechamps.fr> | 2018-11-07 02:26:01 +0000 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-06 18:26:01 -0800 |
| commit | 9ad166279c913cf0becc56865d05ed5806fad8aa (patch) | |
| tree | 0e7cf545978baa65c0b4ff2f3122782035ce58dd | |
| parent | 2253ec837ad0af4cc70fcaf2d3aaa522176bd935 (diff) | |
| download | vcpkg-9ad166279c913cf0becc56865d05ed5806fad8aa.tar.gz vcpkg-9ad166279c913cf0becc56865d05ed5806fad8aa.zip | |
[portaudio] Copy PDB files. (#4583)
This helps with debugging. According to
docs/maintainers/vcpkg_copy_pdbs.md this should always be done.
| -rw-r--r-- | ports/portaudio/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/portaudio/portfile.cmake b/ports/portaudio/portfile.cmake index da9b4bb32..236cb2cea 100644 --- a/ports/portaudio/portfile.cmake +++ b/ports/portaudio/portfile.cmake @@ -47,6 +47,8 @@ else () file (REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin)
endif ()
+vcpkg_copy_pdbs()
+
# Handle copyright
file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/portaudio)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/portaudio/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/portaudio/copyright)
|
