| ... | @@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void { |
| 5 | const test_step = b.step("test", "Test it"); | 5 | const test_step = b.step("test", "Test it"); |
| 6 | b.default_step = test_step; | 6 | b.default_step = test_step; |
| 7 | | 7 | |
| 8 | if (builtin.os.tag == .windows) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31564 | 8 | if (builtin.os.tag == .windows) return; // https://codeberg.org/ziglang/zig/issues/31564 |
| 9 | | 9 | |
| 10 | const target = b.standardTargetOptions(.{}); | 10 | const target = b.standardTargetOptions(.{}); |
| 11 | const optimize = b.standardOptimizeOption(.{}); | 11 | const optimize = b.standardOptimizeOption(.{}); |