aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm')
-rw-r--r--build2/algorithm2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/algorithm b/build2/algorithm
index 06a5c01..19b3971 100644
--- a/build2/algorithm
+++ b/build2/algorithm
@@ -42,6 +42,7 @@ namespace build2
target&
search (const target_type& type,
const dir_path& dir,
+ const dir_path& out,
const string& name,
const string* ext,
scope*);
@@ -51,6 +52,7 @@ namespace build2
template <typename T>
T&
search (const dir_path& dir,
+ const dir_path& out,
const string& name,
const string* ext,
scope*);