diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-22 08:28:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-22 08:28:35 +0200 |
commit | 13840225f01b5000e726b27ad2cca1f4837e0a4d (patch) | |
tree | 0ac43a1496c2ecfb27912165d11dae293e58268c /libbuild2/algorithm.cxx | |
parent | 73386de65fd49e7690da5203074a5ea603551db6 (diff) |
Deal with libs{} being member of group in windows_rpath_timestamp()
Fixes GH issue #366.
Diffstat (limited to 'libbuild2/algorithm.cxx')
-rw-r--r-- | libbuild2/algorithm.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbuild2/algorithm.cxx b/libbuild2/algorithm.cxx index 36d45b2..7fde2a9 100644 --- a/libbuild2/algorithm.cxx +++ b/libbuild2/algorithm.cxx @@ -2840,7 +2840,6 @@ namespace build2 // s.recipe_group_action may be used further (see, for example, // group_state()) and should retain its value. // - // if (!s.recipe_keep) s.recipe = nullptr; |