aboutsummaryrefslogtreecommitdiff
path: root/build2/buildfile
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/buildfile
parentba83ffbaf5941366a399e3bc340bed3f55cc977c (diff)
Factor library search/processing out to cc::common
Diffstat (limited to 'build2/buildfile')
-rw-r--r--build2/buildfile2
1 files changed, 1 insertions, 1 deletions
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 } \