Commit e0bf7b6424
Changed files (1)
test
link
macho
entry_in_archive
test/link/macho/entry_in_archive/build.zig
@@ -30,6 +30,7 @@ fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.Optimize
exe.linkLibC();
const run = exe.run();
+ run.skip_foreign_checks = true;
run.expectExitCode(0);
test_step.dependOn(&run.step);
}