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/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index b24fc15..f0b50cf 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -40,7 +40,7 @@ exe{b}: \ bin/{hxx cxx}{ target } \ c/{hxx cxx}{ init } \ c/{hxx }{ target } \ - cc/{hxx }{ common } \ + cc/{hxx cxx}{ common } \ cc/{hxx cxx}{ compile } \ cc/{ cxx}{ gcc } \ cc/{hxx cxx}{ guess } \ -- cgit v1.1