summaryrefslogtreecommitdiff
path: root/rules/CC/RULES
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2023-05-31 12:29:42 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2023-05-31 12:29:42 +0200
commit6bae849b9242378d286c80d08a903f143027328b (patch)
tree83c17a72637c6cddc1a379fd5d7e96ac907a85c3 /rules/CC/RULES
parentac9563009ba6025ff9bd8c0124e2aa072ef03f86 (diff)
parent3207a8c0b15d80e77e3addc98fc3d23027bb298b (diff)
downloadrules-cc-6bae849b9242378d286c80d08a903f143027328b.tar.gz
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/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 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"