mirror of
https://github.com/ziglang/zig.git
synced 2025-12-31 02:23:22 +00:00
mingw: remove stage2_c check for buildImportLib
This commit is contained in:
parent
f83f14a4fe
commit
ac3772a0ea
@ -342,7 +342,6 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void {
|
||||
else => unreachable,
|
||||
};
|
||||
|
||||
if (builtin.zig_backend == .stage2_c) @panic("the CBE cannot compile Aro yet!");
|
||||
const aro = @import("aro");
|
||||
var aro_comp = aro.Compilation.init(comp.gpa);
|
||||
defer aro_comp.deinit();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user