diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-09-21 09:33:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-09-21 09:33:13 +0200 |
commit | ce14007653e22f7cb8906317d80c5968f7b53a95 (patch) | |
tree | 9d528fd7d7aaf4d1b76195debfe9cb447c447c52 /libbuild2/cc/install-rule.hxx | |
parent | 77bef9b64857b1d2ae96dafc2f531cadb374f561 (diff) |
Don't install static library prerequisites of executable
Diffstat (limited to 'libbuild2/cc/install-rule.hxx')
-rw-r--r-- | libbuild2/cc/install-rule.hxx | 3 |
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). // |