aboutsummaryrefslogtreecommitdiff
path: root/build2/target.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.txx')
-rw-r--r--build2/target.txx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/target.txx b/build2/target.txx
index bdd1224..f342728 100644
--- a/build2/target.txx
+++ b/build2/target.txx
@@ -35,14 +35,14 @@ namespace build2
//
template <const char* ext>
const string*
- target_extension_fix (const target_key&, scope&)
+ target_extension_fix (const target_key&, scope&, bool)
{
return &extension_pool.find (ext);
}
template <const char* var, const char* def>
const string*
- target_extension_var (const target_key& tk, scope& s)
+ target_extension_var (const target_key& tk, scope& s, bool)
{
// Include target type/pattern-specific variables.
//