diff options
-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++"]} } |