| author | |
| committer | |
| log | 43f240803dab1299a196f73be2cfa76936f8cd60 |
| tree | 3da79749798d1c825a357d77ad0c502c1857bc22 |
| parent | 5005c6243a37f7fc9f23dae298b0dafa085fa044 |
see #189681 files changed, 0 insertions(+), 3 deletions(-)
tools/update_mingw.zig-3| ... | ... | @@ -94,9 +94,6 @@ pub fn main() !void { |
| 94 | 94 | |
| 95 | 95 | if (blacklisted) continue; |
| 96 | 96 | |
| 97 | if (std.mem.startsWith(u8, entry.basename, "api-ms-win-")) | |
| 98 | continue; | |
| 99 | ||
| 100 | 97 | src_crt_dir.copyFile(entry.path, dest_crt_dir, entry.path, .{}) catch |err| { |
| 101 | 98 | std.log.err("unable to copy {s}: {s}", .{ entry.path, @errorName(err) }); |
| 102 | 99 | fail = true; |