summaryrefslogtreecommitdiff
path: root/science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD
blob: 18f1b0aeeaa99c5c8c9a1b5622608e3766f36f2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/systemlibs/grpc.BUILD.orig	2019-10-14 21:08:43 UTC
+++ third_party/systemlibs/grpc.BUILD
@@ -7,7 +7,7 @@ filegroup(
 
 cc_library(
     name = "grpc",
-    linkopts = ["-lgrpc"],
+    linkopts = ["-lgrpc", "-lgpr"],
     visibility = ["//visibility:public"],
 )