aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/00004-link-gdi32-on-windows.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/grpc/00004-link-gdi32-on-windows.patch')
-rw-r--r--ports/grpc/00004-link-gdi32-on-windows.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/grpc/00004-link-gdi32-on-windows.patch b/ports/grpc/00004-link-gdi32-on-windows.patch
index 2a6fcea31..1e3e4cf5c 100644
--- a/ports/grpc/00004-link-gdi32-on-windows.patch
+++ b/ports/grpc/00004-link-gdi32-on-windows.patch
@@ -1,11 +1,11 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c4057b3..a6a0f23 100644
+index e556a99b47..a337149f1f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -220,7 +220,7 @@ elseif(UNIX)
+@@ -250,7 +250,7 @@ elseif(UNIX)
endif()
- if(WIN32 AND MSVC)
+ if(WIN32)
- set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32)
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
endif()