diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-02 08:06:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-02 08:06:31 +0200 |
commit | e2445d5d031b9489215cbac4f39db56cd40270df (patch) | |
tree | ebc543c30732af9def3e98ad6bb1ae8701c16ef0 /libbuild2/target.hxx | |
parent | a3ed04f37c47e2eaa83d87dda2ec4ab060a7a2d0 (diff) |
Add $target.process_path() analogous to $target.path()
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |