| author | |
| committer | |
| log | c029a98f1c601f4ff1369b49a4402d5c94fbb168 |
| tree | 0d503495a8acc711ccd299a65f26b88837c319e0 |
| parent | cf543199cad033b9739ce1b623d95fd30c973791 |
1 files changed, 2 insertions(+), 1 deletions(-)
test/standalone.zig+2-1| ... | ... | @@ -65,7 +65,8 @@ pub fn addCases(cases: *tests.StandaloneContext) void { |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | cases.addBuildFile("test/standalone/c_compiler/build.zig", .{ |
| 68 | .build_modes = true, | |
| 68 | // https://github.com/ziglang/zig/issues/13738 | |
| 69 | .build_modes = !(builtin.os.tag == .windows and builtin.cpu.arch == .aarch64), | |
| 69 | 70 | .cross_targets = true, |
| 70 | 71 | }); |
| 71 | 72 |