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