diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-16 13:49:59 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-16 18:16:58 +0200 |
commit | c032265f93745e410236c9a73c60164aa66cdf23 (patch) | |
tree | 20de637669175c056053654263cb539b40a0b628 | |
parent | 970956cf14026dcc863befe38a9331a8065b91b3 (diff) | |
download | rules-cc-c032265f93745e410236c9a73c60164aa66cdf23.tar.gz |
rules: Install pkgconfig files to $PREFIX/lib/pkgconfig
-rw-r--r-- | CC/RULES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -682,7 +682,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"] @@ -715,7 +715,7 @@ , "expression": { "type": "let*" , "bindings": - [ ["pc-install-dir", "share/pkgconfig"] + [ ["pc-install-dir", "lib/pkgconfig"] , ["targets", {"type": "FIELD", "name": "targets"}] , [ "prefix" , { "type": "if" |