aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/module')
-rw-r--r--build2/cc/module2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/module b/build2/cc/module
index 09f5e5a..12a57a0 100644
--- a/build2/cc/module
+++ b/build2/cc/module
@@ -56,7 +56,7 @@ namespace build2
module (data&& d)
: common (move (d)),
link (move (d)),
- compile (move (d), *this),
+ compile (move (d)),
install (move (d), *this) {}
void