aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/00011-fix-csharp_plugin.patch
diff options
context:
space:
mode:
authorJozef Izso <jozef.izso@gmail.com>2020-10-28 04:33:33 +0100
committerGitHub <noreply@github.com>2020-10-27 20:33:33 -0700
commit79e72302cdbbf8ca646879b13cd84ebd68707abf (patch)
tree9ab2db88638c847cbcd85f2c35c25b9fde01fe72 /ports/grpc/00011-fix-csharp_plugin.patch
parentff413776db42ecfccb5e7f8277f75c3916032e6a (diff)
downloadvcpkg-79e72302cdbbf8ca646879b13cd84ebd68707abf.tar.gz
vcpkg-79e72302cdbbf8ca646879b13cd84ebd68707abf.zip
[grpc] Update to v1.33.1 (#14187)
Diffstat (limited to 'ports/grpc/00011-fix-csharp_plugin.patch')
-rw-r--r--ports/grpc/00011-fix-csharp_plugin.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/grpc/00011-fix-csharp_plugin.patch b/ports/grpc/00011-fix-csharp_plugin.patch
index cb0d1a01e..fb258f900 100644
--- a/ports/grpc/00011-fix-csharp_plugin.patch
+++ b/ports/grpc/00011-fix-csharp_plugin.patch
@@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a23fdf3dda..7eb8d5200a 100644
+index ae77375eae..ad8815d2f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -1940,10 +1940,14 @@ endif()
+@@ -1960,10 +1960,14 @@ endif()
if(gRPC_BUILD_CSHARP_EXT)
@@ -18,7 +18,7 @@ index a23fdf3dda..7eb8d5200a 100644
set_target_properties(grpc_csharp_ext PROPERTIES
VERSION ${gRPC_CORE_VERSION}
SOVERSION ${gRPC_CORE_SOVERSION}
-@@ -1957,6 +1961,12 @@ if(WIN32 AND MSVC)
+@@ -1977,6 +1981,12 @@ if(WIN32 AND MSVC)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/grpc_csharp_ext.pdb
DESTINATION ${gRPC_INSTALL_LIBDIR} OPTIONAL
)