From 2c8b9e2fd81ae7424747c8bc7d1058e4801da67f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 2 May 2023 15:23:07 +0200 Subject: grpc: fix google_apis proto targets dependencies --- etc/defaults/CC/proto/TARGETS.grpc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/defaults/CC/proto/TARGETS.grpc (limited to 'etc/defaults') diff --git a/etc/defaults/CC/proto/TARGETS.grpc b/etc/defaults/CC/proto/TARGETS.grpc new file mode 100644 index 00000000..4cdfd198 --- /dev/null +++ b/etc/defaults/CC/proto/TARGETS.grpc @@ -0,0 +1,7 @@ +{ "defaults": + { "type": ["CC/proto", "defaults"] + , "PROTOC": ["bin/protoc"] + , "deps": [["@", "protoc", "", "libprotobuf"]] + , "toolchain": [["@", "protoc", "", "toolchain"]] + } +} -- cgit v1.2.3