diff options
| author | Bert Huijben <rhuijben@users.noreply.github.com> | 2016-11-03 17:01:49 +0100 |
|---|---|---|
| committer | Bert Huijben <rhuijben@users.noreply.github.com> | 2016-11-03 17:01:49 +0100 |
| commit | 41bc51b5e7d5ddbd7821bc04d155d6e4d2b2f2db (patch) | |
| tree | 03e07398ec907d4a6fc7517533d8da5466847787 | |
| parent | 6f74f29784dd70935cf90f743083fabee6ef27fe (diff) | |
| download | vcpkg-41bc51b5e7d5ddbd7821bc04d155d6e4d2b2f2db.tar.gz vcpkg-41bc51b5e7d5ddbd7821bc04d155d6e4d2b2f2db.zip | |
Add vcpkg_copy_pdbs() line to copy PDB files properly
| -rw-r--r-- | ports/apr/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/apr/portfile.cmake b/ports/apr/portfile.cmake index ae505cc4e..98557284c 100644 --- a/ports/apr/portfile.cmake +++ b/ports/apr/portfile.cmake @@ -32,3 +32,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/apr) file(RENAME ${CURRENT_PACKAGES_DIR}/share/apr/LICENSE ${CURRENT_PACKAGES_DIR}/share/apr/copyright) + +vcpkg_copy_pdbs() |
