aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/module.cxx')
-rw-r--r--build2/bin/module.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/build2/bin/module.cxx b/build2/bin/module.cxx
index 1ab29f9..d5df054 100644
--- a/build2/bin/module.cxx
+++ b/build2/bin/module.cxx
@@ -36,11 +36,14 @@ namespace build2
const location&,
unique_ptr<module_base>&,
bool first,
- bool)
+ bool,
+ const variable_map& config_hints)
{
tracer trace ("bin::init");
l5 ([&]{trace << "for " << b.out_path ();});
+ assert (config_hints.empty ()); // We don't known any hints.
+
// Enter module variables.
//
if (first)