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.cxx | |
parent | a3ed04f37c47e2eaa83d87dda2ec4ab060a7a2d0 (diff) |
Add $target.process_path() analogous to $target.path()
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index b9cfea7..b65a4fa 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -1073,7 +1073,7 @@ namespace build2 bool search) { // If we are searching for an executable that is not a target, then use - // the build machine executable extension. Otherwise, if this is a target, + // the host machine executable extension. Otherwise, if this is a target, // then we expect the rule to supply the target machine extension. But if // it doesn't, then fallback to no extension (e.g., a script). // |