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/rule.cxx | |
parent | 8a23835baa00f0079dbcd259c04ffeb87a764568 (diff) |
Add ability to omit matching in inject_fsdir()
Diffstat (limited to 'libbuild2/rule.cxx')
-rw-r--r-- | libbuild2/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index 9f90919..dc1c96c 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -234,7 +234,7 @@ namespace build2 // Inject dependency on our directory (note: not parent) so that it is // automatically created on update and removed on clean. // - inject_fsdir (a, t, true, false); + inject_fsdir (a, t, true, true, false); // Handle the alias match-only level. // |