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/install/module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'build2/install/module') diff --git a/build2/install/module b/build2/install/module index f81b6ac..b2a3301 100644 --- a/build2/install/module +++ b/build2/install/module @@ -18,8 +18,13 @@ namespace build2 install_boot (scope&, const location&, unique_ptr&); extern "C" bool - install_init ( - scope&, scope&, const location&, unique_ptr&, bool, bool); + install_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); } } -- cgit v1.1