From 2169f0e960c6e2b94518c03e6eb0406908b96e65 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Jan 2020 09:07:09 +0200 Subject: Improve module loading API --- build2/cli/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cli') diff --git a/build2/cli/init.cxx b/build2/cli/init.cxx index 67aad29..89da97a 100644 --- a/build2/cli/init.cxx +++ b/build2/cli/init.cxx @@ -320,7 +320,7 @@ namespace build2 // if (!cast_false (bs["cli.config.loaded"])) { - if (!load_module (rs, bs, "cli.config", l, optional, hints)) + if (!init_module (rs, bs, "cli.config", l, optional, hints)) return false; } else if (!cast_false (bs["cli.config.configured"])) -- cgit v1.1