diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-04-04 18:28:33 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-18 12:44:10 +0200 |
commit | 3ef4130f79c167ceacc8d350b51e005ff4ef8b07 (patch) | |
tree | 3f414e698547aa9252f12264c3c4350a0d419ed5 /etc/import/src/compiler | |
parent | 70a8b0714e1f8d91df2957c568484263b71b8e0e (diff) | |
download | justbuild-3ef4130f79c167ceacc8d350b51e005ff4ef8b07.tar.gz |
imports: Match original export target names
Diffstat (limited to 'etc/import/src/compiler')
-rw-r--r-- | etc/import/src/compiler/TARGETS.grpc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/import/src/compiler/TARGETS.grpc b/etc/import/src/compiler/TARGETS.grpc index 132c58e0..2cb8eb88 100644 --- a/etc/import/src/compiler/TARGETS.grpc +++ b/etc/import/src/compiler/TARGETS.grpc @@ -36,8 +36,7 @@ , "ruby_generator_string-inl.h" , "schema_interface.h" ] - , "deps": - [[".", "grpc++_config_proto"], ["@", "protobuf", ".", "protoc_lib"]] + , "deps": [[".", "grpc++_config_proto"], ["@", "protobuf", ".", "libprotoc"]] } , "grpc_cpp_plugin": { "type": "export" |