Update src-self-hosted/link/MachO.zig

Co-authored-by: Andrew Kelley <andrew@ziglang.org>
This commit is contained in:
Jakub Konka
2020-08-19 07:43:33 +02:00
committed by GitHub
parent 34e628a0a0
commit ffdeb6af91

View File

@@ -4,7 +4,7 @@ const std = @import("std");
const Allocator = std.mem.Allocator;
const assert = std.debug.assert;
const fs = std.fs;
const log = std.log;
const log = std.log.scoped(.link);
const macho = std.macho;
const Module = @import("../Module.zig");