From 435b3e43dd054a716b3fc67fc34b43267f8e9809 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Feb 2021 11:02:25 +0200 Subject: Enter scope src directories into scope map --- libbuild2/parser.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/parser.hxx') diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx index 1e924f0..3efb94a 100644 --- a/libbuild2/parser.hxx +++ b/libbuild2/parser.hxx @@ -531,7 +531,7 @@ namespace build2 // project. So both must be saved and restored. // void - switch_scope (const dir_path&); + switch_scope (const dir_path& out_base); void process_default_target (token&); -- cgit v1.1