diff options
Diffstat (limited to 'libbuild2/in/target.cxx')
-rw-r--r-- | libbuild2/in/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/in/target.cxx b/libbuild2/in/target.cxx index d9bc8a7..d548453 100644 --- a/libbuild2/in/target.cxx +++ b/libbuild2/in/target.cxx @@ -53,7 +53,7 @@ namespace build2 &in_pattern, &target_print_1_ext_verb, // Same as file. &in_search, - false + target_type::flag::none }; } } |