diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-13 13:00:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-13 13:00:09 +0200 |
commit | 3d39584285e4b39e7290bea9b2e4006cd1cf8a10 (patch) | |
tree | b9c1099f1ae4b93e85263821a3d28a29f39cbad0 /libbuild2/adhoc-rule-buildscript.cxx | |
parent | 8a23835baa00f0079dbcd259c04ffeb87a764568 (diff) |
Add ability to omit matching in inject_fsdir()
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.cxx')
-rw-r--r-- | libbuild2/adhoc-rule-buildscript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.cxx b/libbuild2/adhoc-rule-buildscript.cxx index 302e399..3e868a6 100644 --- a/libbuild2/adhoc-rule-buildscript.cxx +++ b/libbuild2/adhoc-rule-buildscript.cxx @@ -424,7 +424,7 @@ namespace build2 // prerequisites injected by the pattern. So we have to handle this ad hoc // below. // - const fsdir* dir (inject_fsdir (a, t, false /* prereq */)); + const fsdir* dir (inject_fsdir (a, t, true /*match*/, false /*prereq*/)); // Match prerequisites. // |