| author | |
| committer | |
| log | 96dfffb7f5cd3bcdcc9aaddd69727897f0d92a82 |
| tree | c0bee3f8968a3cc14a82e22f07ecc2ca916d8f7f |
| parent | bbdf8eaf75d651fe26da2cd59bd2ee8795a0d556 |
| signature |
1 files changed, 17 insertions(+), 1 deletions(-)
test/tests.zig+17-1| ... | @@ -1186,7 +1186,15 @@ const test_targets = blk: { | ... | @@ -1186,7 +1186,15 @@ const test_targets = blk: { |
| 1186 | .use_lld = false, | 1186 | .use_lld = false, |
| 1187 | }, | 1187 | }, |
| 1188 | 1188 | ||
| 1189 | // macOS Targets | 1189 | // Darwin Targets |
| 1190 | |||
| 1191 | .{ | ||
| 1192 | .target = .{ | ||
| 1193 | .cpu_arch = .aarch64, | ||
| 1194 | .os_tag = .maccatalyst, | ||
| 1195 | .abi = .none, | ||
| 1196 | }, | ||
| 1197 | }, | ||
| 1190 | 1198 | ||
| 1191 | .{ | 1199 | .{ |
| 1192 | .target = .{ | 1200 | .target = .{ |
| ... | @@ -1208,6 +1216,14 @@ const test_targets = blk: { | ... | @@ -1208,6 +1216,14 @@ const test_targets = blk: { |
| 1208 | .strip = true, | 1216 | .strip = true, |
| 1209 | }, | 1217 | }, |
| 1210 | 1218 | ||
| 1219 | .{ | ||
| 1220 | .target = .{ | ||
| 1221 | .cpu_arch = .x86_64, | ||
| 1222 | .os_tag = .maccatalyst, | ||
| 1223 | .abi = .none, | ||
| 1224 | }, | ||
| 1225 | }, | ||
| 1226 | |||
| 1211 | .{ | 1227 | .{ |
| 1212 | .target = .{ | 1228 | .target = .{ |
| 1213 | .cpu_arch = .x86_64, | 1229 | .cpu_arch = .x86_64, |