Skip to content

Commit bfb637f

Browse files
committed
mingw: remove stage2_c check for buildImportLib
1 parent fe34d7a commit bfb637f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mingw.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void {
342342
else => unreachable,
343343
};
344344

345-
if (builtin.zig_backend == .stage2_c) @panic("the CBE cannot compile Aro yet!");
346345
const aro = @import("aro");
347346
var aro_comp = aro.Compilation.init(comp.gpa);
348347
defer aro_comp.deinit();

0 commit comments

Comments
 (0)