From df4efffedae5117debbb5ba0f1479f1a53960a0d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Aug 2018 18:27:55 +0200 Subject: Fix --- build2/target.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build2/target.hxx') 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&); + combine_name (string&, const optional&, bool default_extension); public: virtual -- cgit v1.1