aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.cxx')
-rw-r--r--build2/utility.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/build2/utility.cxx b/build2/utility.cxx
index 5b6056d..5d65f7b 100644
--- a/build2/utility.cxx
+++ b/build2/utility.cxx
@@ -90,7 +90,7 @@ namespace build2
}
options ops;
- path argv0;
+ process_path argv0;
dir_path work;
dir_path home;
const dir_path* relative_base = &work;
@@ -509,7 +509,9 @@ namespace build2
void
init (const char* a0, uint16_t v)
{
- argv0 = path (a0);
+ // Build system driver process path.
+ //
+ argv0 = process::path_search (a0, true);
// Diagnostics verbosity.
//