summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 50a0beb..96418f1 100644
--- a/BUILD
+++ b/BUILD
@@ -94,7 +94,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