diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-03-14 12:32:27 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-03-15 14:36:44 +0100 |
commit | 88c6de41173424390400a8937b8db214975b688a (patch) | |
tree | 7f33e448425cbe874a4c256703f34b0667b446df /rules | |
parent | 9a7575b2c6559e35538dfe5b18ae2adbb5c666be (diff) | |
download | justbuild-88c6de41173424390400a8937b8db214975b688a.tar.gz |
grpc: bugfix: add missing dependency to grpc service library
Diffstat (limited to 'rules')
-rw-r--r-- | rules/CC/proto/RULES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/CC/proto/RULES b/rules/CC/proto/RULES index d1cfc4e5..af484b0c 100644 --- a/rules/CC/proto/RULES +++ b/rules/CC/proto/RULES @@ -57,6 +57,7 @@ , "defaults": [["./", "..", "defaults"]] , "proto-deps": [ ["@", "grpc", "", "grpc++_codegen_proto"] + , ["@", "grpc", "", "grpc++_codegen_base_src"] , ["@", "protoc", "", "C++ runtime"] ] , "well_known_protos": [["@", "protoc", "", "well_known_protos"]] |