From 5f924ea1926fe17acf699a43713b7f5881e9d30d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Jun 2016 17:05:07 +0200 Subject: Add support for passing configuration hints via module init() --- build2/config/module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'build2/config/module') diff --git a/build2/config/module b/build2/config/module index 6012442..912ab57 100644 --- a/build2/config/module +++ b/build2/config/module @@ -32,8 +32,13 @@ namespace build2 config_boot (scope&, const location&, unique_ptr&); extern "C" bool - config_init ( - scope&, scope&, const location&, unique_ptr&, bool, bool); + config_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); } } -- cgit v1.1