aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/00004-link-gdi32-on-windows.patch
blob: 1e3e4cf5c5c2104cd0acdd5b4e7e4b57f2062f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e556a99b47..a337149f1f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -250,7 +250,7 @@ elseif(UNIX)
 endif()
 
 if(WIN32)
-  set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32)
+  set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
 endif()
 
 # Create directory for generated .proto files