From fb5c711d0a2ccac1bc014a9a8580e85753e4067b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Sep 2022 14:18:03 +0200 Subject: Fix regression in dynamic dependency extraction, byproduct mode --- libbuild2/target.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/target.hxx') diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 44e8538..f745f59 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -258,6 +258,9 @@ namespace build2 // Note that the order of the enumerators is arranged so that their // integral values indicate whether one "overrides" the other. // + // We refer to the targets other than real and implied as + // dynamically-created or just dynamic. + // // @@ We have cases (like pkg-config extraction) where it should probably be // prereq_file rather than implied (also audit targets.insert<> calls). // -- cgit v1.1