mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
test: enable module tests for maccatalyst targets
This commit is contained in:
+17
-1
@@ -1186,7 +1186,15 @@ const test_targets = blk: {
|
||||
.use_lld = false,
|
||||
},
|
||||
|
||||
// macOS Targets
|
||||
// Darwin Targets
|
||||
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .aarch64,
|
||||
.os_tag = .maccatalyst,
|
||||
.abi = .none,
|
||||
},
|
||||
},
|
||||
|
||||
.{
|
||||
.target = .{
|
||||
@@ -1208,6 +1216,14 @@ const test_targets = blk: {
|
||||
.strip = true,
|
||||
},
|
||||
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86_64,
|
||||
.os_tag = .maccatalyst,
|
||||
.abi = .none,
|
||||
},
|
||||
},
|
||||
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86_64,
|
||||
|
||||
Reference in New Issue
Block a user