diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-21 12:27:29 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-21 23:41:51 -0700 |
| commit | 502c4653868efe6512f59400219085efc53f127a (patch) | |
| tree | e6af2d13dc5388431d41732522f29e550e7e1517 /ports/zstd | |
| parent | 38c9c97b6b2106304a9602ddf580b17e7bf56311 (diff) | |
| download | vcpkg-502c4653868efe6512f59400219085efc53f127a.tar.gz vcpkg-502c4653868efe6512f59400219085efc53f127a.zip | |
[yaml-cpp][zeromq][zstd] Fix non-windows
Diffstat (limited to 'ports/zstd')
| -rw-r--r-- | ports/zstd/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zstd/portfile.cmake b/ports/zstd/portfile.cmake index 874b5ec93..c69ee0cd0 100644 --- a/ports/zstd/portfile.cmake +++ b/ports/zstd/portfile.cmake @@ -32,7 +32,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_copy_pdbs() -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) foreach(HEADER zdict.h zstd.h zstd_errors.h) |
