mlugg 14e033ed95
std.Build.Step.Run: convert relative paths to be relative to child cwd
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`.
2025-06-13 16:30:39 +01:00
..
2025-06-02 15:42:21 +02:00
2025-04-04 06:08:09 +02:00
2025-04-04 06:08:09 +02:00
2025-06-06 23:42:14 -07:00