diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-09-26 10:05:49 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-09-26 10:05:49 +0200 |
commit | 1f6160cbe4c4ce246b731fb9342f577e074b24db (patch) | |
tree | ea7a6cff35adc11ea4cdb934b029c87a6521078d | |
parent | 60b48ca64e6f6d0724a0e73ad9b4b86b10459013 (diff) | |
parent | 50ca30ea05d343d4d95a9fbf1ce05faa49eaade1 (diff) | |
download | rules-cc-1f6160cbe4c4ce246b731fb9342f577e074b24db.tar.gz |
Merge branch 'just-rules' into rules
-rw-r--r-- | CC/proto/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/proto/TARGETS b/CC/proto/TARGETS index 2ec60f2..87bebd0 100644 --- a/CC/proto/TARGETS +++ b/CC/proto/TARGETS @@ -11,6 +11,6 @@ , "deps": ["libgrpc++"] } , "libprotobuf": - {"type": ["CC/pkgconfig", "system_library"], "name": ["libprotobuf"]} + {"type": ["CC/pkgconfig", "system_library"], "name": ["protobuf"]} , "libgrpc++": {"type": ["CC/pkgconfig", "system_library"], "name": ["grpc++"]} } |