From d91e48ea57b83f7018a25d3f54bba96cf889d66d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 16 Aug 2020 10:30:35 +0200 Subject: Add ability to initialize bootstrapped modules after loading root.build --- libbuild2/test/init.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbuild2/test') diff --git a/libbuild2/test/init.cxx b/libbuild2/test/init.cxx index b6b18d9..aaacdc6 100644 --- a/libbuild2/test/init.cxx +++ b/libbuild2/test/init.cxx @@ -21,7 +21,7 @@ namespace build2 { namespace test { - bool + void boot (scope& rs, const location&, module_boot_extra& extra) { tracer trace ("test::boot"); @@ -112,8 +112,6 @@ namespace build2 } extra.set_module (new module (move (d))); - - return false; } bool -- cgit v1.1