diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-24 09:56:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 10:28:43 +0200 |
commit | ded8aa661b013f325aaab7267cf6cc811d6d94cb (patch) | |
tree | fd1814dd61e2a17d0aa40c87ac4741eb104701f3 /libbuild2/cc/install-rule.hxx | |
parent | c5d8a9cf5137c3272cab4981eeff97c16304de95 (diff) |
Undo "Don't install static library prerequisites of executable"
This turned out not to be always correct since a static library can have
prerequisites that it requires at runtime (see the libca-certificates-curl for
an example). The new plan is to split static/shared library installation into
run-time and build-time parts using the new match options mechanism.
Diffstat (limited to 'libbuild2/cc/install-rule.hxx')
-rw-r--r-- | libbuild2/cc/install-rule.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/cc/install-rule.hxx b/libbuild2/cc/install-rule.hxx index 5039309..6998d63 100644 --- a/libbuild2/cc/install-rule.hxx +++ b/libbuild2/cc/install-rule.hxx @@ -24,8 +24,7 @@ namespace build2 // // 1. Signal to the link rule that this is update for install. // - // 2. Custom filtering of prerequisites (e.g., headers and static - // libraries of an exe{}). + // 2. Custom filtering of prerequisites (e.g., headers of an exe{}). // // 3. Extra un/installation (e.g., libs{} symlinks). // |