summaryrefslogtreecommitdiff
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
commitc032265f93745e410236c9a73c60164aa66cdf23 (patch)
tree20de637669175c056053654263cb539b40a0b628
parent970956cf14026dcc863befe38a9331a8065b91b3 (diff)
downloadrules-cc-c032265f93745e410236c9a73c60164aa66cdf23.tar.gz
rules: Install pkgconfig files to $PREFIX/lib/pkgconfig
-rw-r--r--CC/RULES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CC/RULES b/CC/RULES
index 57cde50..98c5cb4 100644
--- a/CC/RULES
+++ b/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"