diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-18 15:25:12 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-18 15:37:14 +0200 |
commit | 13c0918cf74186561b89a0c4f59489069ff58d27 (patch) | |
tree | 922dca816f38e214f2a3060f0884351bfaf40989 /CC/RULES | |
parent | da4dc4575cfb9d2fc73a0654079e7d556f3694fa (diff) | |
parent | 0db46fee9f6ef1dea2b6fe8aee671850fb78391f (diff) | |
download | rules-cc-13c0918cf74186561b89a0c4f59489069ff58d27.tar.gz |
Merge commit '0db46fe'
Diffstat (limited to 'CC/RULES')
-rw-r--r-- | CC/RULES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -588,7 +588,7 @@ ] , "config_vars": ["PREFIX"] , "target_fields": ["targets"] - , "string_fields": ["flat-libs", "prefix"] + , "string_fields": ["flat-libs", "prefix", "hdrs-only"] , "imports": {"install result": "install-with-deps result"} , "field_doc": { "targets": ["Targets to install artifacts from."] @@ -603,6 +603,7 @@ , "prefix is specified, the value from the config variable \"PREFIX\" is" , "taken, with the default value being \"/\"." ] + , "hdrs-only": ["Only collect headers from deps (without subdirectory)."] } , "config_doc": { "PREFIX": @@ -631,6 +632,7 @@ } ] , ["flat-libs", {"type": "FIELD", "name": "flat-libs"}] + , ["hdrs-only", {"type": "FIELD", "name": "hdrs-only"}] ] , "body": {"type": "CALL_EXPRESSION", "name": "install result"} } |