aboutsummaryrefslogtreecommitdiff
path: root/build2/target.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-16 17:22:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-16 17:22:28 +0200
commit75152526696fc024628796f0633ed695d5ebc49c (patch)
treefaeef54a6b4d7e9a816b8d541500c48484e4ed39 /build2/target.txx
parentcc12ed4245a2b61f4c4eb2a970398c920fbc1d37 (diff)
Move exe{} to build2 core, add fallback extensions (existing files)
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.
//