diff options
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]) { |