From a6723d84f91cc3b9fd15c51c24543d492db68645 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 9 May 2023 15:21:04 +0200 Subject: imports: Compose toolchain via install-with-deps ... as they could contain run-libs. --- etc/defaults/CC/proto/TARGETS.just | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/defaults') 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"]] } } -- cgit v1.2.3