[snappy] fix pc file include (#29590)

* [snappy] fix wrong include in pc file

* v db
This commit is contained in:
Alexander Neumann 2023-02-13 17:44:55 +01:00 committed by GitHub
parent 96f7b33268
commit b2b3650720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -29,6 +29,7 @@ set(name "${PORT}")
configure_file("${CURRENT_PORT_DIR}/${PORT}.pc.in" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/${PORT}.pc" @ONLY)
if(NOT VCPKG_BUILD_TYPE)
configure_file("${CURRENT_PORT_DIR}/${PORT}.pc.in" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/${PORT}.pc" @ONLY)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/${PORT}.pc" "/include" "/../include")
endif()

View File

@ -1,7 +1,7 @@
{
"name": "snappy",
"version": "1.1.9",
"port-version": 4,
"port-version": 5,
"description": "A fast compressor/decompressor.",
"homepage": "https://github.com/google/snappy",
"license": null,

View File

@ -7250,7 +7250,7 @@
},
"snappy": {
"baseline": "1.1.9",
"port-version": 4
"port-version": 5
},
"sndfile": {
"baseline": "0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a97f6aac039dc2b5e6fdac753d66b94cfb408d30",
"version": "1.1.9",
"port-version": 5
},
{
"git-tree": "7e0221e0b55bab4a662ff8ba9e3fa1f792f01724",
"version": "1.1.9",