We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdf8ea commit 96dfffbCopy full SHA for 96dfffb
test/tests.zig
@@ -1186,7 +1186,15 @@ const test_targets = blk: {
1186
.use_lld = false,
1187
},
1188
1189
- // macOS Targets
+ // Darwin Targets
1190
+
1191
+ .{
1192
+ .target = .{
1193
+ .cpu_arch = .aarch64,
1194
+ .os_tag = .maccatalyst,
1195
+ .abi = .none,
1196
+ },
1197
1198
1199
.{
1200
.target = .{
@@ -1208,6 +1216,14 @@ const test_targets = blk: {
1208
1216
.strip = true,
1209
1217
1210
1218
1219
1220
1221
+ .cpu_arch = .x86_64,
1222
1223
1224
1225
1226
1211
1227
1212
1228
1213
1229
.cpu_arch = .x86_64,
0 commit comments