aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Rob Earhart <earhart@google.com>2016-03-29 11:39:04 -0700
committerGravatar Rob Earhart <earhart@google.com>2016-03-29 13:02:25 -0700
commitff20c2b46cbe967f73ba02caa87bcdb57417229c (patch)
tree7912b2cd3605d836cfb3c87ec192580a68120bf6 /BUILD
parentb7b8d05f25974c1cf14718d23ca67192f63d41c0 (diff)
Add protobuf_clib to deps of grpc++_codegen_lib
This is required in order to compile grpc++_codegen_lib.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 025878d82a..fc4dfe8d9a 100644
--- a/BUILD
+++ b/BUILD
@@ -1041,6 +1041,7 @@ cc_library(
".",
],
deps = [
+ "//external:protobuf_clib",
],
)