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/cli/module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'build2/cli/module') diff --git a/build2/cli/module b/build2/cli/module index 0469b2c..f55e03c 100644 --- a/build2/cli/module +++ b/build2/cli/module @@ -15,8 +15,13 @@ namespace build2 namespace cli { extern "C" bool - cli_init ( - scope&, scope&, const location&, unique_ptr&, bool, bool); + cli_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); } } -- cgit v1.1