early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/grpc/00004-link-gdi32-on-windows.patch
vendored
Executable file
13
externals/vcpkg/ports/grpc/00004-link-gdi32-on-windows.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 14514b7..497470c 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -323,7 +323,7 @@ include(cmake/xxhash.cmake)
|
||||
include(cmake/zlib.cmake)
|
||||
|
||||
if(WIN32)
|
||||
- set(_gRPC_BASELIB_LIBRARIES ws2_32 crypt32)
|
||||
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
|
||||
endif()
|
||||
|
||||
# Create directory for generated .proto files
|
||||
Reference in New Issue
Block a user