diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2024-09-10 16:56:10 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2024-09-10 17:53:29 +0200 |
commit | 17517c0df575cc9e395f2485e84f8f6112320e26 (patch) | |
tree | d28bf907efa865d9bb65ca69b7e7d5623297c944 /CC | |
parent | 533b7dec6afc0f6bc675d28be823871fbaa69894 (diff) | |
download | rules-cc-17517c0df575cc9e395f2485e84f8f6112320e26.tar.gz |
Fix CC rules to not add run-libs-args from deps when building a shared library
When a shared library is built that depends on other shared libraries, it
instructs its consumers via the "run-link-args" to link only against this
library and not also against its dependencies.
Diffstat (limited to 'CC')
-rw-r--r-- | CC/EXPRESSIONS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index 2da99b2..ffff826 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -2194,7 +2194,6 @@ , "$1": [ {"type": "keys", "$1": {"type": "var", "name": "lib"}} , {"type": "var", "name": "ldflags", "default": []} - , {"type": "CALL_EXPRESSION", "name": "run-libs-args-deps"} ] } } |