aboutsummaryrefslogtreecommitdiff
path: root/build2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.hxx')
-rw-r--r--build2/target.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/build2/target.hxx b/build2/target.hxx
index 127940a..8014d42 100644
--- a/build2/target.hxx
+++ b/build2/target.hxx
@@ -656,8 +656,11 @@ namespace build2
// Combine the target name and extension into the name leaf.
//
+ // If the target type has the default extension, then "escape" the
+ // existing extension if any.
+ //
static void
- combine_name (string&, const optional<string>&);
+ combine_name (string&, const optional<string>&, bool default_extension);
public:
virtual