mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-02 07:49:22 +03:00
8e72a25285
Evaluate all child processes in the temporary directory, and use `std.fs.path.relative` to make every other path relative to that child cwd instead of our cwd. Resolves: #22119