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/import.pkgconfig/TARGETS.grpc | |
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/import.pkgconfig/TARGETS.grpc')
-rw-r--r-- | etc/import.pkgconfig/TARGETS.grpc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/import.pkgconfig/TARGETS.grpc b/etc/import.pkgconfig/TARGETS.grpc index eb5bca6e..bb2518bf 100644 --- a/etc/import.pkgconfig/TARGETS.grpc +++ b/etc/import.pkgconfig/TARGETS.grpc @@ -7,4 +7,5 @@ {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["grpc"]} , "gpr": {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["gpr"]} +, "toolchain": {"type": "install", "deps": ["bin/grpc_cpp_plugin"]} } |