| ... | @@ -1360,6 +1360,7 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S | ... | @@ -1360,6 +1360,7 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S |
| 1360 | const test_step = b.addTest(.{ | 1360 | const test_step = b.addTest(.{ |
| 1361 | .root_source_file = .{ .path = "test/c_abi/main.zig" }, | 1361 | .root_source_file = .{ .path = "test/c_abi/main.zig" }, |
| 1362 | .optimize = optimize_mode, | 1362 | .optimize = optimize_mode, |
| | 1363 | .target = c_abi_target, |
| 1363 | }); | 1364 | }); |
| 1364 | if (c_abi_target.abi != null and c_abi_target.abi.?.isMusl()) { | 1365 | if (c_abi_target.abi != null and c_abi_target.abi.?.isMusl()) { |
| 1365 | // TODO NativeTargetInfo insists on dynamically linking musl | 1366 | // TODO NativeTargetInfo insists on dynamically linking musl |