mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
update_mingw: Remove some leftover code.
See 4a2b23c2beb043c1e5368d3737893494d61d4060.
This commit is contained in:
parent
a68119f8f1
commit
ca3614594a
@ -9,11 +9,6 @@ pub fn main() !void {
|
||||
const zig_src_lib_path = args[1];
|
||||
const mingw_src_path = args[2];
|
||||
|
||||
if (std.mem.eql(u8, mingw_src_path, "--missing-mingw-source-directory")) {
|
||||
std.log.err("this build step requires passing -Dmingw-src=[path]", .{});
|
||||
std.process.exit(1);
|
||||
}
|
||||
|
||||
const dest_mingw_crt_path = try std.fs.path.join(arena, &.{
|
||||
zig_src_lib_path, "libc", "mingw",
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user