diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-26 12:15:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-29 10:21:12 +0200 |
commit | 5393589ec2d898a02c52adf9125a592d3d7ff829 (patch) | |
tree | ff12d99d83f17b3c03332664c28d04527da412ec /libbuild2/context.cxx | |
parent | ab91d32c1b23ea92b988d5618db2938a8c5dc63f (diff) |
Disable counts verification if matched but not executed in resolve_members()
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r-- | libbuild2/context.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index ecf34fc..c0442f0 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -850,6 +850,7 @@ namespace build2 dependency_count.store (0, memory_order_relaxed); target_count.store (0, memory_order_relaxed); skip_count.store (0, memory_order_relaxed); + resolve_count.store (0, memory_order_relaxed); // Clear accumulated targets with post hoc prerequisites. // |