diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-09 15:21:04 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-30 10:40:47 +0200 |
commit | a6723d84f91cc3b9fd15c51c24543d492db68645 (patch) | |
tree | ddfed2d498e2d26993902f6cd942b07725365a64 /etc/defaults | |
parent | dc2cc2d18381ab7bbef5bbce17736f5252b5da6c (diff) | |
download | justbuild-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.just | 4 |
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"]] } } |