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