aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/install-rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-21 09:33:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-21 09:33:13 +0200
commitce14007653e22f7cb8906317d80c5968f7b53a95 (patch)
tree9d528fd7d7aaf4d1b76195debfe9cb447c447c52 /libbuild2/cc/install-rule.hxx
parent77bef9b64857b1d2ae96dafc2f531cadb374f561 (diff)
Don't install static library prerequisites of executable
Diffstat (limited to 'libbuild2/cc/install-rule.hxx')
-rw-r--r--libbuild2/cc/install-rule.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/cc/install-rule.hxx b/libbuild2/cc/install-rule.hxx
index 6998d63..5039309 100644
--- a/libbuild2/cc/install-rule.hxx
+++ b/libbuild2/cc/install-rule.hxx
@@ -24,7 +24,8 @@ namespace build2
//
// 1. Signal to the link rule that this is update for install.
//
- // 2. Custom filtering of prerequisites (e.g., headers of an exe{}).
+ // 2. Custom filtering of prerequisites (e.g., headers and static
+ // libraries of an exe{}).
//
// 3. Extra un/installation (e.g., libs{} symlinks).
//