diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-21 19:21:12 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-01-10 14:45:47 +0100 |
commit | a382b308b9011606e7d07376808812d51631d558 (patch) | |
tree | 5aefc1140f01ce0111ecb6ba2e5a8a7c8896e5f1 /CC/EXPRESSIONS | |
parent | e97ac1a8de806e7bccd6a8be8436e95cf2bbb341 (diff) | |
download | rules-cc-a382b308b9011606e7d07376808812d51631d558.tar.gz |
rules: Add rule "install-with-deps"
Diffstat (limited to 'CC/EXPRESSIONS')
-rw-r--r-- | CC/EXPRESSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index 504e55a..57418d6 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -1242,11 +1242,12 @@ , [ "run-libs-args" , {"type": "CALL_EXPRESSION", "name": "run-libs-args-deps"} ] + , ["package", {"type": "singleton_map", "key": "to_bin", "value": true}] ] , "body": { "type": "RESULT" , "artifacts": {"type": "CALL_EXPRESSION", "name": "binary"} - , "provides": {"type": "env", "vars": ["run-libs"]} + , "provides": {"type": "env", "vars": ["run-libs", "package"]} } } } |