diff options
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 6647f75..2ac5f9a 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -132,7 +132,7 @@ namespace build2 // If this target is from the src tree, use its out directory to find // the scope. // - return ctx.scopes.find (out_dir ()); + return ctx.scopes.find_out (out_dir ()); } const scope& target:: |