zig
zig copied to clipboard
std.Build.Step: make result returning correctly with evalZigProcess
Fixes https://github.com/ziglang/zig/issues/18941 by moving the checkCompileErrors call from Build.Step.Compile to Build.Step and returning result if the errors match as expected.
Continued from #18943