[grpc] no absolute paths (#25796)

This commit is contained in:
autoantwort 2022-07-21 00:16:11 +02:00 committed by GitHub
parent 708ed2bb7e
commit 1e5e710148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

View File

@ -89,5 +89,10 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" "${CURRENT_PACKAGES_DIR}/debug/include")
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(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,7 @@
{
"name": "grpc",
"version-semver": "1.46.3",
"port-version": 1,
"description": "An RPC library and framework",
"homepage": "https://github.com/grpc/grpc",
"license": "Apache-2.0",

View File

@ -2694,7 +2694,7 @@
},
"grpc": {
"baseline": "1.46.3",
"port-version": 0
"port-version": 1
},
"grppi": {
"baseline": "0.4.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7db8056216ec23b5d48a44eaab6581c3357c1389",
"version-semver": "1.46.3",
"port-version": 1
},
{
"git-tree": "dabbbee8a5b79662990efb664c6975e2ea548599",
"version-semver": "1.46.3",