diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-03 16:05:16 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-13 11:08:42 +0200 |
commit | 0fc9ad914f8242049123c4ffb1530a106bebffaa (patch) | |
tree | e6259043e3f65581195a30f4941c8d9cf026dca3 | |
parent | 3b1d1e390b0de137a32bc5c4a8865e5417b3673b (diff) | |
download | rules-cc-0fc9ad914f8242049123c4ffb1530a106bebffaa.tar.gz |
install-with-deps result: Remove unneeded imports
-rw-r--r-- | CC/EXPRESSIONS | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index 4f501af..b3ce957 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -1364,13 +1364,7 @@ } , "install-with-deps result": { "vars": ["pc-install-dir", "targets", "prefix", "flat-libs", "hdrs-only"] - , "imports": - { "compile-deps": "compile-deps" - , "compile-args-deps": "compile-args-deps" - , "link-deps": "link-deps" - , "link-args-deps": "link-args-deps" - , "pkg-config": "pkg-config" - } + , "imports": {"pkg-config": "pkg-config"} , "expression": { "type": "let*" , "bindings": |