mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
tests: fix missing target for C ABI tests
This regressed earlier in this branch.
This commit is contained in:
parent
3c1fc3f566
commit
7d14baec90
@ -1360,6 +1360,7 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S
|
||||
const test_step = b.addTest(.{
|
||||
.root_source_file = .{ .path = "test/c_abi/main.zig" },
|
||||
.optimize = optimize_mode,
|
||||
.target = c_abi_target,
|
||||
});
|
||||
if (c_abi_target.abi != null and c_abi_target.abi.?.isMusl()) {
|
||||
// TODO NativeTargetInfo insists on dynamically linking musl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user