zig icon indicating copy to clipboard operation
zig copied to clipboard

std.Build.Step: make result returning correctly with evalZigProcess

Open RossComputerGuy opened this issue 1 year ago • 0 comments

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

RossComputerGuy avatar May 10 '24 00:05 RossComputerGuy