aboutsummaryrefslogtreecommitdiff
path: root/build2/file.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-06-26 16:36:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-06-26 16:36:53 +0200
commit61617d7bb990f04970c6357d8e9a9095174d8fc4 (patch)
treec73f266c027d09dd1d0cd4d4233e8fc70ce27447 /build2/file.cxx
parent4d1c02b736f4c1e827b11085cdc83ce4b46c03d1 (diff)
Minor module interface cleanups
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);
}
}