summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.zig6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.zig b/build.zig
index c082bed..eabc18d 100644
--- a/build.zig
+++ b/build.zig
@@ -60,7 +60,7 @@ const all_test_targets = switch (builtin.target.cpu.arch) {
60 }, 60 },
61 TestTarget{ 61 TestTarget{
62 .target = .{ 62 .target = .{
63 .cpu_arch = .i386, 63 .cpu_arch = .x86,
64 .abi = .musl, 64 .abi = .musl,
65 }, 65 },
66 .bundled = true, 66 .bundled = true,
@@ -104,7 +104,7 @@ const all_test_targets = switch (builtin.target.cpu.arch) {
104 }, 104 },
105 TestTarget{ 105 TestTarget{
106 .target = .{ 106 .target = .{
107 .cpu_arch = .i386, 107 .cpu_arch = .x86,
108 .os_tag = .windows, 108 .os_tag = .windows,
109 }, 109 },
110 .bundled = true, 110 .bundled = true,
@@ -135,7 +135,7 @@ const all_test_targets = switch (builtin.target.cpu.arch) {
135 }, 135 },
136 TestTarget{ 136 TestTarget{
137 .target = .{ 137 .target = .{
138 .cpu_arch = .i386, 138 .cpu_arch = .x86,
139 .abi = .gnu, 139 .abi = .gnu,
140 }, 140 },
141 .bundled = true, 141 .bundled = true,