aboutsummaryrefslogtreecommitdiff
path: root/build2/file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/file.cxx')
-rw-r--r--build2/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/file.cxx b/build2/file.cxx
index f5ce91c..8b6291a 100644
--- a/build2/file.cxx
+++ b/build2/file.cxx
@@ -781,7 +781,7 @@ namespace build2
if (s.boot)
{
- load_module (false, n, root, root, s.loc);
+ load_module (n, root, root, s.loc);
assert (!s.boot);
}
}