From 49c282da3284bbf14d161c2d6275098b2e4121f2 Mon Sep 17 00:00:00 2001 From: Hongxu Xu Date: Sun, 21 Apr 2019 17:01:16 +0800 Subject: Removed setting CMAKE_FIND_LIBRARY_SUFFIXES to fix configure error in Windows --- ports/grpc/00002-static-linking-in-linux.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/grpc/00002-static-linking-in-linux.patch b/ports/grpc/00002-static-linking-in-linux.patch index c3b9b95aa..4c004d16b 100644 --- a/ports/grpc/00002-static-linking-in-linux.patch +++ b/ports/grpc/00002-static-linking-in-linux.patch @@ -7,8 +7,8 @@ index 3839e22..91720a9 100644 add_definitions(-DPB_FIELD_32BIT) +if (gRPC_STATIC_LINKING) ++ # Force to static link + set(CMAKE_EXE_LINKER_FLAGS "-Bstatic") -+ set(CMAKE_FIND_LIBRARY_SUFFIXES ".a") +endif() + if (MSVC) -- cgit v1.2.3