aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index ebb83541a3..1ed06b154e 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -49,6 +49,9 @@ cc_binary(
"-Ithird_party/grpc/include",
"-Ithird_party/grpc",
],
+ linkopts = [
+ "-lm",
+ ],
visibility = ["//visibility:public"],
deps = ["//third_party/protobuf:protoc_lib"],
)