mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Because any `LazyPath` might be resolved to a relative path, it's incorrect to pass that directly to a child process whose cwd might differ. Instead, if the child has an overriden cwd, we need to convert such paths to be relative to the child cwd using `std.fs.path.relative`.