mirror of
https://github.com/ziglang/zig.git
synced 2025-12-22 22:23:10 +00:00
parent
5005c6243a
commit
43f240803d
@ -94,9 +94,6 @@ pub fn main() !void {
|
|||||||
|
|
||||||
if (blacklisted) continue;
|
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| {
|
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) });
|
std.log.err("unable to copy {s}: {s}", .{ entry.path, @errorName(err) });
|
||||||
fail = true;
|
fail = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user