diff options
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r-- | libbuild2/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index 59eeafd..2631845 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -1905,7 +1905,7 @@ namespace build2 if (boot_) boot_module (*root_, n, l); else - load_module (*root_, *scope_, n, l, optional); + init_module (*root_, *scope_, n, l, optional); } } |