From 51ecce49ef1ab1c6eb5e7f0acde0f2477d77ddc2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Apr 2015 16:30:40 +0200 Subject: Use config.import.* instead of config.* for importing --- build/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/file.cxx') diff --git a/build/file.cxx b/build/file.cxx index 1e42079..f3f62ac 100644 --- a/build/file.cxx +++ b/build/file.cxx @@ -294,7 +294,7 @@ namespace build // Figure out this project's out_root. // dir_path out_root; - string var ("config." + project); + string var ("config.import." + project); if (auto v = iroot[var]) { -- cgit v1.1