| author | |
| committer | |
| log | 66193e72d3deeac4f78bc8d81f42a7d9b243fa58 |
| tree | 0e7437e01e5305625415bb5fc0c71290445c180e |
| parent | 62e3d46287a98e98cbddfb3eb6e966ffc324b280 |
| signature |
See also d6d1fef.
https://github.com/ziglang/zig/issues/253231 files changed, 3 insertions(+), 0 deletions(-)
test/link/macho.zig+3| ... | ... | @@ -3,6 +3,9 @@ |
| 3 | 3 | pub fn testAll(b: *Build, build_opts: BuildOptions) *Step { |
| 4 | 4 | const macho_step = b.step("test-macho", "Run MachO tests"); |
| 5 | 5 | |
| 6 | // https://github.com/ziglang/zig/issues/25323 | |
| 7 | if (builtin.os.tag == .freebsd) return macho_step; | |
| 8 | ||
| 6 | 9 | const x86_64_target = b.resolveTargetQuery(.{ |
| 7 | 10 | .cpu_arch = .x86_64, |
| 8 | 11 | .os_tag = .macos, |