From e2445d5d031b9489215cbac4f39db56cd40270df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Jun 2020 08:06:31 +0200 Subject: Add $target.process_path() analogous to $target.path() --- libbuild2/target.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libbuild2/target.hxx') diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 72b7acc..9a4aed5 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -1684,7 +1684,9 @@ namespace build2 virtual const target_type& dynamic_type () const {return static_type;} }; - // Executable file. + // Executable file (not necessarily binary, though we do fallback to the + // host machine executable extension in certain cases; see the default + // extension derivation for details). // class LIBBUILD2_SYMEXPORT exe: public file { -- cgit v1.1