aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/parser.cxx')
-rw-r--r--build2/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/parser.cxx b/build2/parser.cxx
index 20cb75f..1edc7ba 100644
--- a/build2/parser.cxx
+++ b/build2/parser.cxx
@@ -1102,7 +1102,7 @@ namespace build2
if (boot_)
boot_module (n, *root_, l);
else
- load_module (optional, n, *root_, *scope_, l);
+ load_module (n, *root_, *scope_, l, optional);
}
}