aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/00011-fix-csharp_plugin.patch
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-10-20 10:15:04 +0800
committerGitHub <noreply@github.com>2020-10-19 19:15:04 -0700
commita1d07e64342f3e4aa930b46bee8da2b8250e71fb (patch)
tree60cb702da32c767ac937499d0d167fff29d73acc /ports/grpc/00011-fix-csharp_plugin.patch
parenteb183171d257f4b3dd49b9f919627d2d54071f66 (diff)
downloadvcpkg-a1d07e64342f3e4aa930b46bee8da2b8250e71fb.tar.gz
vcpkg-a1d07e64342f3e4aa930b46bee8da2b8250e71fb.zip
[grpc] Update to v1.32.0 (#14111)
Diffstat (limited to 'ports/grpc/00011-fix-csharp_plugin.patch')
-rw-r--r--ports/grpc/00011-fix-csharp_plugin.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/grpc/00011-fix-csharp_plugin.patch b/ports/grpc/00011-fix-csharp_plugin.patch
index 67450425b..d4d38f1f1 100644
--- a/ports/grpc/00011-fix-csharp_plugin.patch
+++ b/ports/grpc/00011-fix-csharp_plugin.patch
@@ -1,13 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 48bc6cf0de..399aff7d1e 100644
+index a23fdf3..df4128a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -1854,10 +1854,14 @@ endif()
+@@ -1940,10 +1940,14 @@ endif()
if(gRPC_BUILD_CSHARP_EXT)
-add_library(grpc_csharp_ext SHARED
-+add_library(grpc_csharp_ext
++add_library(grpc_csharp_ext
src/csharp/ext/grpc_csharp_ext.c
)
@@ -18,7 +18,7 @@ index 48bc6cf0de..399aff7d1e 100644
set_target_properties(grpc_csharp_ext PROPERTIES
VERSION ${gRPC_CORE_VERSION}
SOVERSION ${gRPC_CORE_SOVERSION}
-@@ -1871,6 +1875,12 @@ if(WIN32 AND MSVC)
+@@ -1957,6 +1961,12 @@ if(WIN32 AND MSVC)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/grpc_csharp_ext.pdb
DESTINATION ${gRPC_INSTALL_LIBDIR} OPTIONAL
)