From 759e714238438cccf74f035e1ba11c925b27cd55 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Jan 2018 16:04:39 +0200 Subject: Load config.build in init(), not boot() We now make sure the config module is init'ed first. --- build2/install/init.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/install/init.hxx') diff --git a/build2/install/init.hxx b/build2/install/init.hxx index 98b4205..6239916 100644 --- a/build2/install/init.hxx +++ b/build2/install/init.hxx @@ -14,7 +14,7 @@ namespace build2 { namespace install { - void + bool boot (scope&, const location&, unique_ptr&); bool -- cgit v1.1