mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 11:23:07 +08:00
[snappy] fix pc file include (#29590)
* [snappy] fix wrong include in pc file * v db
This commit is contained in:
parent
96f7b33268
commit
b2b3650720
@ -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()
|
||||
|
||||
|
||||
|
@ -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,
|
||||
|
@ -7250,7 +7250,7 @@
|
||||
},
|
||||
"snappy": {
|
||||
"baseline": "1.1.9",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"sndfile": {
|
||||
"baseline": "0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a97f6aac039dc2b5e6fdac753d66b94cfb408d30",
|
||||
"version": "1.1.9",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "7e0221e0b55bab4a662ff8ba9e3fa1f792f01724",
|
||||
"version": "1.1.9",
|
||||
|
Loading…
Reference in New Issue
Block a user