aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/module.cxx')
-rw-r--r--build2/cc/module.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx
index 9fbae4b..d4962a4 100644
--- a/build2/cc/module.cxx
+++ b/build2/cc/module.cxx
@@ -119,7 +119,8 @@ namespace build2
if (ops.config_sub_specified ())
{
- ct = run<string> (ops.config_sub (),
+ ct = run<string> (3,
+ ops.config_sub (),
ci.target.c_str (),
[] (string& l) {return move (l);});
l5 ([&]{trace << "config.sub target: '" << ct << "'";});