Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Apr 20, 2024
1 parent f411f37 commit 706ec59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ const ci_targets = switch (builtin.target.cpu.arch) {
.macos => [_]TestTarget{
TestTarget{ .query = .{ .cpu_arch = .x86_64 }, .bundled = true },
},
else => unreachable,
else => [_]TestTarget{},
},
else => unreachable,
else => [_]TestTarget{},
};

const all_test_targets = switch (builtin.target.cpu.arch) {
Expand Down

0 comments on commit 706ec59

Please sign in to comment.