mingw-w64 updater: don't omit win32 def files

see #18968
This commit is contained in:
Andrew Kelley 2024-03-20 11:22:35 -07:00
parent 5005c6243a
commit 43f240803d

View File

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