summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-08 09:57:11 +0100
committerJoshua Haberman <jhaberman@gmail.com>2018-12-08 09:57:11 +0100
commit0c824b6b6c3791f443ebead8aa40d9a28ce201a6 (patch)
tree6a24335383c170539a3bd2daf5b99098c1a3047b /BUILD
parent35fa3df8ecc3f451af0512e70a03f89ee407c85c (diff)
parent13c59cb051c4deee5367f9c5fc7b5d07363496a0 (diff)
Merge branch 'master' into cmake-mac-fixes
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index a0eadb3..f9a0333 100644
--- a/BUILD
+++ b/BUILD
@@ -115,7 +115,10 @@ cc_library(
"-pedantic",
"-Wno-long-long",
],
- deps = [":upb"],
+ deps = [
+ ":upb",
+ ":upb_pb",
+ ],
)
cc_library(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback