diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-02 15:23:07 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-03 15:53:15 +0200 |
commit | 2c8b9e2fd81ae7424747c8bc7d1058e4801da67f (patch) | |
tree | f86445a277c89cf05bd3c12a266fb68db20fc180 /etc/defaults | |
parent | 11a092a917581bbef2e39579babf8bf8a42ee422 (diff) | |
download | justbuild-2c8b9e2fd81ae7424747c8bc7d1058e4801da67f.tar.gz |
grpc: fix google_apis proto targets dependencies
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/proto/TARGETS.grpc | 7 |
1 files changed, 7 insertions, 0 deletions
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"]] + } +} |