| ... | @@ -9,11 +9,6 @@ pub fn main() !void { | ... | @@ -9,11 +9,6 @@ pub fn main() !void { |
| 9 | const zig_src_lib_path = args[1]; | 9 | const zig_src_lib_path = args[1]; |
| 10 | const mingw_src_path = args[2]; | 10 | const mingw_src_path = args[2]; |
| 11 | | 11 | |
| 12 | if (std.mem.eql(u8, mingw_src_path, "--missing-mingw-source-directory")) { | | |
| 13 | std.log.err("this build step requires passing -Dmingw-src=[path]", .{}); | | |
| 14 | std.process.exit(1); | | |
| 15 | } | | |
| 16 | | | |
| 17 | const dest_mingw_crt_path = try std.fs.path.join(arena, &.{ | 12 | const dest_mingw_crt_path = try std.fs.path.join(arena, &.{ |
| 18 | zig_src_lib_path, "libc", "mingw", | 13 | zig_src_lib_path, "libc", "mingw", |
| 19 | }); | 14 | }); |