diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-02-17 10:36:32 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-30 15:33:18 +0200 |
commit | f31b52a0b6bb1f8e626e7b2056918d0fb051199f (patch) | |
tree | 3288e954c1ab7b8559dc3087dc6c8954f278ff15 | |
parent | b68ed71182b1207fb750208650de075f412b4ab8 (diff) | |
download | rules-cc-f31b52a0b6bb1f8e626e7b2056918d0fb051199f.tar.gz |
rules-cc: Fix missing LDFLAGS propagation
-rw-r--r-- | CC/RULES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -96,6 +96,14 @@ , "else": {"type": "CALL_EXPRESSION", "name": "base-provides"} } ] + , ["provider", "LDFLAGS"] + , [ "LDFLAGS" + , { "type": "if" + , "cond": {"type": "var", "name": "LDFLAGS"} + , "then": {"type": "var", "name": "LDFLAGS"} + , "else": {"type": "CALL_EXPRESSION", "name": "base-provides"} + } + ] , ["provider", "AR"] , [ "AR" , { "type": "if" |