aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-28 15:03:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-28 15:03:29 +0200
commit9dadc037cdf49b8e6d869d4226e2afeadaa0780a (patch)
tree1a5348d9b1688957641b72ad018e2b0afddba61f /build2/cc/module
parentba83ffbaf5941366a399e3bc340bed3f55cc977c (diff)
Factor library search/processing out to cc::common
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