authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-30 12:56:52+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-13 03:59:07+01:00
logca3614594a7f44c5a853992a8fcf038a5fc47a05
treee69f91285632ac7a284a22c15168d7269bc1d172
parenta68119f8f1d54b70e713e1e8ce07491ddba0f093
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

update_mingw: Remove some leftover code.

See 4a2b23c2beb043c1e5368d3737893494d61d4060.

1 files changed, 0 insertions(+), 5 deletions(-)

tools/update_mingw.zig-5
......@@ -9,11 +9,6 @@ pub fn main() !void {
99 const zig_src_lib_path = args[1];
1010 const mingw_src_path = args[2];
1111
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
1712 const dest_mingw_crt_path = try std.fs.path.join(arena, &.{
1813 zig_src_lib_path, "libc", "mingw",
1914 });