diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-05-31 12:29:42 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-05-31 12:29:42 +0200 |
commit | 6bae849b9242378d286c80d08a903f143027328b (patch) | |
tree | 83c17a72637c6cddc1a379fd5d7e96ac907a85c3 /rules/CC/RULES | |
parent | ac9563009ba6025ff9bd8c0124e2aa072ef03f86 (diff) | |
parent | 3207a8c0b15d80e77e3addc98fc3d23027bb298b (diff) | |
download | rules-cc-6bae849b9242378d286c80d08a903f143027328b.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/RULES')
-rw-r--r-- | rules/CC/RULES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/CC/RULES b/rules/CC/RULES index d2aeece..96d1db4 100644 --- a/rules/CC/RULES +++ b/rules/CC/RULES @@ -790,7 +790,7 @@ [ "Install target's artifacts with transitive dependencies. Depending on" , "the target, artifacts and dependencies will be installed to" , "subdirectories \"bin\", \"include\", and \"lib\". For library targets," - , "a pkg-config file is generated and provided in \"share/pkgconfig\"." + , "a pkg-config file is generated and provided in \"lib/pkgconfig\"." ] , "config_vars": ["PREFIX"] , "target_fields": ["targets"] @@ -823,7 +823,7 @@ , "expression": { "type": "let*" , "bindings": - [ ["pc-install-dir", "share/pkgconfig"] + [ ["pc-install-dir", "lib/pkgconfig"] , ["targets", {"type": "FIELD", "name": "targets"}] , [ "prefix" , { "type": "if" |