aboutsummaryrefslogtreecommitdiff
path: root/build/cxx/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/cxx/rule.cxx')
-rw-r--r--build/cxx/rule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/cxx/rule.cxx b/build/cxx/rule.cxx
index c6ceb1a..3a97576 100644
--- a/build/cxx/rule.cxx
+++ b/build/cxx/rule.cxx
@@ -28,7 +28,7 @@ namespace build
// compile
//
recipe compile::
- match (target& t) const
+ match (target& t, bool single, std::string& hint) const
{
tracer tr ("cxx::compile::match");
@@ -375,7 +375,7 @@ namespace build
// link
//
recipe link::
- match (target& t) const
+ match (target& t, bool single, std::string& hint) const
{
// @@ TODO:
//