We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e3d46 commit 66193e7Copy full SHA for 66193e7
test/link/macho.zig
@@ -3,6 +3,9 @@
3
pub fn testAll(b: *Build, build_opts: BuildOptions) *Step {
4
const macho_step = b.step("test-macho", "Run MachO tests");
5
6
+ // https://github.com/ziglang/zig/issues/25323
7
+ if (builtin.os.tag == .freebsd) return macho_step;
8
+
9
const x86_64_target = b.resolveTargetQuery(.{
10
.cpu_arch = .x86_64,
11
.os_tag = .macos,
0 commit comments