diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-13 10:29:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-13 10:29:25 +0200 |
commit | 534f9d8db025d58c9ce23f3b81a37e8c34386a27 (patch) | |
tree | e7d0c7871a7caf3b3e41c8d00548212f1ca7aa83 /build/operation.cxx | |
parent | b4ceb7b6aecb7492b28d7a0f6c53fa657a2cd2e5 (diff) |
Add initial import support
Diffstat (limited to 'build/operation.cxx')
-rw-r--r-- | build/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/operation.cxx b/build/operation.cxx index 0d6bfcd..a8fdfb1 100644 --- a/build/operation.cxx +++ b/build/operation.cxx @@ -41,7 +41,7 @@ namespace build { // Load project's root[-pre].build. // - root_pre (root); + load_root_pre (root); // Create the base scope. Note that its existence doesn't // mean it was already processed as a base scope; it can |