summaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-05-09 15:21:04 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-05-30 10:40:47 +0200
commita6723d84f91cc3b9fd15c51c24543d492db68645 (patch)
treeddfed2d498e2d26993902f6cd942b07725365a64 /etc/defaults
parentdc2cc2d18381ab7bbef5bbce17736f5252b5da6c (diff)
downloadjustbuild-a6723d84f91cc3b9fd15c51c24543d492db68645.tar.gz
imports: Compose toolchain via install-with-deps
... as they could contain run-libs.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/CC/proto/TARGETS.just4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/CC/proto/TARGETS.just b/etc/defaults/CC/proto/TARGETS.just
index 95ae1b00..4f6db7bf 100644
--- a/etc/defaults/CC/proto/TARGETS.just
+++ b/etc/defaults/CC/proto/TARGETS.just
@@ -7,8 +7,8 @@
, "service defaults":
{ "type": ["CC/proto", "defaults"]
, "base": ["defaults"]
- , "GRPC_PLUGIN": ["grpc_cpp_plugin"]
+ , "GRPC_PLUGIN": ["bin/grpc_cpp_plugin"]
, "deps": [["@", "grpc", "", "grpc++"]]
- , "toolchain": [["@", "grpc", "", "grpc_cpp_plugin"]]
+ , "toolchain": [["@", "grpc", "", "toolchain"]]
}
}