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/dist/init.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbuild2/dist') diff --git a/libbuild2/dist/init.cxx b/libbuild2/dist/init.cxx index a95f768..a96d10e 100644 --- a/libbuild2/dist/init.cxx +++ b/libbuild2/dist/init.cxx @@ -22,7 +22,7 @@ namespace build2 { static const rule rule_; - bool + void boot (scope& rs, const location&, module_boot_extra& extra) { tracer trace ("dist::boot"); @@ -74,8 +74,6 @@ namespace build2 // Create the module. // extra.set_module (new module (v_d_p)); - - return false; } bool -- cgit v1.1