diff options
| author | Jozef Izso <jozef.izso@gmail.com> | 2020-01-02 23:10:19 +0100 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-02 14:10:18 -0800 |
| commit | e510f8708ef62ee85a15135c69288750107129d8 (patch) | |
| tree | 9be6c4c8de17084e57a519648b450eb387e19c7e /ports/grpc/00006-crypt32.patch | |
| parent | 97485dc0369b35e6ca4a536ee299a8d5bdfcb45c (diff) | |
| download | vcpkg-e510f8708ef62ee85a15135c69288750107129d8.tar.gz vcpkg-e510f8708ef62ee85a15135c69288750107129d8.zip | |
[grpc] Update grpc to 1.24.3 (#9135)
* [grpc] Update grpc to 1.24.0
* [grpc] Update grpc to 1.24.3
* Disable error C4146 on uwp
C4146: unary minus operator applied to unsigned type, result still unsigned
Diffstat (limited to 'ports/grpc/00006-crypt32.patch')
| -rw-r--r-- | ports/grpc/00006-crypt32.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/grpc/00006-crypt32.patch b/ports/grpc/00006-crypt32.patch index 312e70ef3..44bcaaf99 100644 --- a/ports/grpc/00006-crypt32.patch +++ b/ports/grpc/00006-crypt32.patch @@ -1,8 +1,8 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b3ca615..21b5aaf 100644
+index 22054eedd0..a7fdb1fcd5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -171,7 +171,7 @@ elseif(UNIX)
+@@ -164,7 +164,7 @@ elseif(UNIX)
endif()
if(WIN32 AND MSVC)
|
