diff options
Diffstat (limited to 'libbuild2/config/operation.cxx')
-rw-r--r-- | libbuild2/config/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/config/operation.cxx b/libbuild2/config/operation.cxx index 963a3e1..b9856be 100644 --- a/libbuild2/config/operation.cxx +++ b/libbuild2/config/operation.cxx @@ -1083,7 +1083,7 @@ namespace build2 dir_path (), // Out tree. "", nullopt, - true, // Implied. + target_decl::implied, trace).first); if (verb != 0 && diag >= 2) |