diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-05-08 14:35:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 23:35:09 -0700 |
| commit | 794e9ab0e5d870d0afbfdcb873b084e3cfa9b889 (patch) | |
| tree | ee685b252370853425295e472c7b4d8b62fd0d2f | |
| parent | c985d753ce9a747461c884e357e4b9095fad5753 (diff) | |
| download | vcpkg-794e9ab0e5d870d0afbfdcb873b084e3cfa9b889.tar.gz vcpkg-794e9ab0e5d870d0afbfdcb873b084e3cfa9b889.zip | |
[libqcow] Update baseline (#11238)
| -rw-r--r-- | ports/libqcow/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libqcow/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/libqcow/CONTROL b/ports/libqcow/CONTROL index 0b42f02ec..2cc7dad91 100644 --- a/ports/libqcow/CONTROL +++ b/ports/libqcow/CONTROL @@ -1,5 +1,5 @@ Source: libqcow -Version: 20191221 +Version: 20191221-1 Homepage: https://github.com/libyal/libqcow Build-Depends: gettext,openssl,zlib Description: Library and tools to access the QEMU Copy-On-Write (QCOW) image format. diff --git a/ports/libqcow/portfile.cmake b/ports/libqcow/portfile.cmake index 26cadc2f9..0b80fec04 100644 --- a/ports/libqcow/portfile.cmake +++ b/ports/libqcow/portfile.cmake @@ -29,9 +29,9 @@ vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/libqcow" TARGET_PATH "share/libqcow") +vcpkg_copy_pdbs() + file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") # License and man file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) - -vcpkg_copy_pdbs() |
