From 75152526696fc024628796f0633ed695d5ebc49c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Dec 2016 17:22:28 +0200 Subject: Move exe{} to build2 core, add fallback extensions (existing files) --- build2/target.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/target.txx') 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 string* - target_extension_fix (const target_key&, scope&) + target_extension_fix (const target_key&, scope&, bool) { return &extension_pool.find (ext); } template 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. // -- cgit v1.1