| author | |
| committer | |
| log | ca3614594a7f44c5a853992a8fcf038a5fc47a05 |
| tree | e69f91285632ac7a284a22c15168d7269bc1d172 |
| parent | a68119f8f1d54b70e713e1e8ce07491ddba0f093 |
| signature |
See 4a2b23c2beb043c1e5368d3737893494d61d4060.1 files changed, 0 insertions(+), 5 deletions(-)
tools/update_mingw.zig-5| ... | ... | @@ -9,11 +9,6 @@ pub fn main() !void { |
| 9 | 9 | const zig_src_lib_path = args[1]; |
| 10 | 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 | 12 | const dest_mingw_crt_path = try std.fs.path.join(arena, &.{ |
| 18 | 13 | zig_src_lib_path, "libc", "mingw", |
| 19 | 14 | }); |