| ... | ... | @@ -9,8 +9,8 @@ pub fn build(b: *std.Build) void { |
| 9 | 9 | const optimize: std.builtin.OptimizeMode = .Debug; |
| 10 | 10 | const target = b.graph.host; |
| 11 | 11 | |
| 12 | | if (target.result.os.tag == .netbsd) return; // https://codeberg.org/ziglang/zig/issues/30841 |
| 13 | | if (target.result.os.tag == .openbsd) return; // realpath not supported |
| 12 | if (target.result.os.tag == .netbsd) return; // F_GETPATH not reliable |
| 13 | if (target.result.os.tag == .openbsd) return; // F_GETPATH not supported |
| 14 | 14 | |
| 15 | 15 | const main = b.addExecutable(.{ |
| 16 | 16 | .name = "main", |