diff options
-rw-r--r-- | build2/b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx index dbd002b..f2e45c3 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -1154,7 +1154,7 @@ main (int argc, char* argv[]) if (d.relative ()) d = work / d; - d.normalize (); + d.normalize (true); // Actualize since came from command line. // Figure out if this target is in the src tree. // |