aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/grpc.BUILD')
-rw-r--r--third_party/grpc.BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/grpc.BUILD b/third_party/grpc.BUILD
index 1d1e2222de..1699f6a854 100644
--- a/third_party/grpc.BUILD
+++ b/third_party/grpc.BUILD
@@ -176,6 +176,7 @@ cc_library(
".",
"include",
],
+ linkopts = ["-lpthread"],
deps = [
],
)
@@ -1782,6 +1783,7 @@ cc_library(
".",
"include",
],
+ linkopts = ["-lpthread"],
deps = [
":gpr",
":grpc_unsecure",