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/config/init.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/config/init.hxx') diff --git a/build2/config/init.hxx b/build2/config/init.hxx index 45c288b..a79ef02 100644 --- a/build2/config/init.hxx +++ b/build2/config/init.hxx @@ -14,7 +14,7 @@ namespace build2 { namespace config { - void + bool boot (scope&, const location&, unique_ptr&); bool -- cgit v1.1