diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-23 14:12:33 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-23 14:12:33 +0200 |
commit | 010692514a9bf01cd088902558e764965cc3c378 (patch) | |
tree | 315c4077d9a4a5205a21fc1ad46d3e064e0d5746 /CC/pkgconfig/RULES | |
parent | 4537ee61fc503d6471946f26966095a029f1303c (diff) | |
parent | f55672f7f71ce1136927edf0dc001058294c1505 (diff) | |
download | rules-cc-010692514a9bf01cd088902558e764965cc3c378.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/pkgconfig/RULES')
-rw-r--r-- | CC/pkgconfig/RULES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CC/pkgconfig/RULES b/CC/pkgconfig/RULES index 1d3b613..f51d949 100644 --- a/CC/pkgconfig/RULES +++ b/CC/pkgconfig/RULES @@ -2,7 +2,10 @@ { "doc": ["A system library via pkg-config"] , "string_fields": ["name", "args", "stage"] , "implicit": - {"defaults": [["./", "..", "defaults"]], "add_rpath": ["add_rpath"]} + { "defaults": [["./", "..", "defaults"]] + , "shell defaults": [["shell", "defaults"]] + , "add_rpath": ["add_rpath"] + } , "config_vars": ["PKG_CONFIG_ARGS", "ENV"] , "field_doc": { "name": ["The pkg-config name of the library."] |