| ... | @@ -94,9 +94,6 @@ pub fn main() !void { | ... | @@ -94,9 +94,6 @@ pub fn main() !void { |
| 94 | | 94 | |
| 95 | if (blacklisted) continue; | 95 | if (blacklisted) continue; |
| 96 | | 96 | |
| 97 | if (std.mem.startsWith(u8, entry.basename, "api-ms-win-")) | | |
| 98 | continue; | | |
| 99 | | | |
| 100 | src_crt_dir.copyFile(entry.path, dest_crt_dir, entry.path, .{}) catch |err| { | 97 | src_crt_dir.copyFile(entry.path, dest_crt_dir, entry.path, .{}) catch |err| { |
| 101 | std.log.err("unable to copy {s}: {s}", .{ entry.path, @errorName(err) }); | 98 | std.log.err("unable to copy {s}: {s}", .{ entry.path, @errorName(err) }); |
| 102 | fail = true; | 99 | fail = true; |