diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-28 16:30:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-28 16:30:40 +0200 |
commit | 51ecce49ef1ab1c6eb5e7f0acde0f2477d77ddc2 (patch) | |
tree | 1a7db1cc39a43764ab39f8cb2d0886939032b134 /build | |
parent | fc1e4124a533b7f628dc00d343b9061367634b27 (diff) |
Use config.import.* instead of config.* for importing
Diffstat (limited to 'build')
-rw-r--r-- | build/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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]) { |