diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-29 07:56:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-29 14:12:00 +0200 |
commit | 9bea2f465cc2b47e06d65d6a29cb0f0f0c37f29c (patch) | |
tree | 5eb14ac196fce453c33c06c497e25b8d8f9259a1 /libbuild2/target.cxx | |
parent | 59014204d94e67d243cce45ff83ca85212237433 (diff) |
Extend special match_rule() logic to all groups with dynamic targets
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index c1002b9..6b2c702 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -1263,7 +1263,11 @@ namespace build2 nullptr, nullptr, &target_search, - target_type::flag::group + // + // Note that the dyn_members semantics is used not only to handle + // depdb-dyndep --dyn-target, but also pattern rule-static members. + // + target_type::flag::group | target_type::flag::dyn_members }; // alias |