Skip to content

Commit

Permalink
[portaudio] Copy PDB files. (#4583)
Browse files Browse the repository at this point in the history
This helps with debugging. According to
docs/maintainers/vcpkg_copy_pdbs.md this should always be done.
  • Loading branch information
dechamps authored and ras0219-msft committed Nov 7, 2018
1 parent 2253ec8 commit 9ad1662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/portaudio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9ad1662

Please sign in to comment.