From 5483f5f54146ef6486db93a9a1c45b967d59c384 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Oct 2019 13:36:33 +0200 Subject: Minor fixes --- libbuild2/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/module.cxx') diff --git a/libbuild2/module.cxx b/libbuild2/module.cxx index c3e4c62..c2fbc14 100644 --- a/libbuild2/module.cxx +++ b/libbuild2/module.cxx @@ -493,7 +493,7 @@ namespace build2 // Otherwise search for this module. // if (const module_functions* mf = find_module ( - rs, mod, loc, false /* boot */, opt)) + bs, mod, loc, false /* boot */, opt)) { if (mf->boot != nullptr) fail (loc) << "build system module " << mod << " should be loaded " -- cgit v1.1