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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/target.cxx') 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). // -- cgit v1.1