diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-01-10 14:47:55 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-01-10 14:47:55 +0100 |
commit | 995722725a4e7b94bbb0d15de1e8cfcd64dade7b (patch) | |
tree | 1874eb7b39ec07e0fdc199b5bb71b45bc710cb21 /rules/CC/EXPRESSIONS | |
parent | 96a642f37b746c9b1d83ab6ec946d2fc0372e789 (diff) | |
parent | a382b308b9011606e7d07376808812d51631d558 (diff) | |
download | rules-cc-995722725a4e7b94bbb0d15de1e8cfcd64dade7b.tar.gz |
Merge commit 'a382b308b9011606e7d07376808812d51631d558' into oreiche/install-rules
Diffstat (limited to 'rules/CC/EXPRESSIONS')
-rw-r--r-- | rules/CC/EXPRESSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/CC/EXPRESSIONS b/rules/CC/EXPRESSIONS index 504e55a..57418d6 100644 --- a/rules/CC/EXPRESSIONS +++ b/rules/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"]} } } } |