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 97380a4..6233b6b 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