aboutsummaryrefslogtreecommitdiff
path: root/build2/target.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.txx')
-rw-r--r--build2/target.txx5
1 files changed, 4 insertions, 1 deletions
diff --git a/build2/target.txx b/build2/target.txx
index 4feea2f..d832d6b 100644
--- a/build2/target.txx
+++ b/build2/target.txx
@@ -105,7 +105,10 @@ namespace build2
template <const char* var, const char* def>
optional<string>
- target_extension_var (const target_key& tk, const scope& s, bool)
+ target_extension_var (const target_key& tk,
+ const scope& s,
+ const char*,
+ bool)
{
return target_extension_var_impl (*tk.type, *tk.name, s, var, def);
}