diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-11-30 18:33:29 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-16 17:18:01 +0100 |
commit | 606575738c3489fb9a23b772bfe8f9d29236c96b (patch) | |
tree | 10cc621e4a139831179955f38ae94646aae790e6 /CC/TARGETS | |
parent | 0712694ea67f84a30058109d41f37ff96c37558d (diff) | |
download | rules-cc-606575738c3489fb9a23b772bfe8f9d29236c96b.tar.gz |
rules: Add support for "LDFLAGS" and "ADD_LDFLAGS"
Diffstat (limited to 'CC/TARGETS')
-rw-r--r-- | CC/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ , "CXX": ["c++"] , "CFLAGS": [] , "CXXFLAGS": [] + , "LDFLAGS": [] , "AR": ["ar"] , "PATH": ["/bin", "/usr/bin"] } |