From e94354ceef93f45b0a95f35eee62750876ec936b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Mar 2021 15:38:34 +0200 Subject: Redo entering of src directories into scope_map --- libbuild2/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/target.cxx') 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:: -- cgit v1.1