From 9dadc037cdf49b8e6d869d4226e2afeadaa0780a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Aug 2016 15:03:29 +0200 Subject: Factor library search/processing out to cc::common --- build2/cc/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/module') 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 -- cgit v1.1