summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-06-16 13:49:59 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-06-16 18:16:58 +0200
commit367805d04c905f19a9dc4156091a7bfb7a518387 (patch)
tree245d3160e59d4e40ef85832fd5a68f39abd12d78 /rules
parent5d3695512ebf6664c47315fc96cdb49e781cc2fa (diff)
downloadjustbuild-367805d04c905f19a9dc4156091a7bfb7a518387.tar.gz
rules: Install pkgconfig files to $PREFIX/lib/pkgconfig
Diffstat (limited to 'rules')
-rw-r--r--rules/CC/RULES4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/CC/RULES b/rules/CC/RULES
index 57cde505..98c5cb46 100644
--- a/rules/CC/RULES
+++ b/rules/CC/RULES
@@ -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"