diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-28 13:01:20 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-28 13:01:20 +0200 |
commit | d22edd1ce13cd48c353d3b2223f5d6b35e6df82d (patch) | |
tree | 01e5ca64087efffca5cbc63f1e3a6595ec457aad /CC/pkgconfig/RULES | |
parent | 5ad46995c77d02a8db0d5de2926308715ba22241 (diff) | |
parent | e19b55e9101b77146a9b71d3299097f6b23b0ea6 (diff) | |
download | rules-cc-d22edd1ce13cd48c353d3b2223f5d6b35e6df82d.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/pkgconfig/RULES')
-rw-r--r-- | CC/pkgconfig/RULES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CC/pkgconfig/RULES b/CC/pkgconfig/RULES index 4424cb2..1d3b613 100644 --- a/CC/pkgconfig/RULES +++ b/CC/pkgconfig/RULES @@ -1,7 +1,8 @@ { "system_library": { "doc": ["A system library via pkg-config"] , "string_fields": ["name", "args", "stage"] - , "implicit": {"defaults": [["./", "..", "defaults"]]} + , "implicit": + {"defaults": [["./", "..", "defaults"]], "add_rpath": ["add_rpath"]} , "config_vars": ["PKG_CONFIG_ARGS", "ENV"] , "field_doc": { "name": ["The pkg-config name of the library."] |