mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
[grpc] no absolute paths (#25796)
This commit is contained in:
parent
708ed2bb7e
commit
1e5e710148
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -2694,7 +2694,7 @@
|
||||
},
|
||||
"grpc": {
|
||||
"baseline": "1.46.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"grppi": {
|
||||
"baseline": "0.4.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7db8056216ec23b5d48a44eaab6581c3357c1389",
|
||||
"version-semver": "1.46.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "dabbbee8a5b79662990efb664c6975e2ea548599",
|
||||
"version-semver": "1.46.3",
|
||||
|
Loading…
Reference in New Issue
Block a user