mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[quazip] no absolute paths (#21570)
This commit is contained in:
parent
099507df39
commit
9205eec995
@ -12,6 +12,11 @@ vcpkg_cmake_configure(
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/QuaZip-Qt5-1.1)
|
||||
vcpkg_copy_pdbs()
|
||||
if(VCPKG_TARGET_IS_WINDOWS)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")
|
||||
else()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
endif()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/" RENAME copyright)
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "quazip",
|
||||
"version": "1.1",
|
||||
"port-version": 1,
|
||||
"description": "Qt/C++ wrapper over minizip",
|
||||
"homepage": "https://stachenov.github.io/quazip/",
|
||||
"dependencies": [
|
||||
|
@ -5874,7 +5874,7 @@
|
||||
},
|
||||
"quazip": {
|
||||
"baseline": "1.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"quickfast": {
|
||||
"baseline": "1.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7e1b1da3a71a9e98c52bad16aef6c0666d993b56",
|
||||
"version": "1.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "2fcb780cdf45dcb2a99c42837d9be27f5d07615e",
|
||||
"version": "1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user