From 61617d7bb990f04970c6357d8e9a9095174d8fc4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Jun 2016 16:36:53 +0200 Subject: Minor module interface cleanups --- build2/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/parser.cxx') 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); } } -- cgit v1.1