aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.cxx')
-rw-r--r--build2/utility.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/build2/utility.cxx b/build2/utility.cxx
index af34175..91aecdf 100644
--- a/build2/utility.cxx
+++ b/build2/utility.cxx
@@ -173,6 +173,15 @@ namespace build2
fail (l) << "unable to execute " << f << ": " << e << endf;
}
+ process_path
+ try_run_search (const path& f,
+ bool init,
+ const dir_path& fallback,
+ bool path_only)
+ {
+ return process::try_path_search (f, init, fallback, path_only);
+ }
+
process
run_start (uint16_t verbosity,
const process_env& pe,