authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-08-19 07:43:33+02:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2020-08-19 07:43:33+02:00
logffdeb6af9171ccf9cb816a142a93991477d9a4ea
tree467cce7c3e6ea7f9ca383ef325120997156417ee
parent34e628a0a0239eb7da4ee9c69dae62c16dd93a55
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

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

Co-authored-by: Andrew Kelley <andrew@ziglang.org>

1 files changed, 1 insertions(+), 1 deletions(-)

src-self-hosted/link/MachO.zig+1-1
......@@ -4,7 +4,7 @@ const std = @import("std");
44const Allocator = std.mem.Allocator;
55const assert = std.debug.assert;
66const fs = std.fs;
7const log = std.log;
7const log = std.log.scoped(.link);
88const macho = std.macho;
99
1010const Module = @import("../Module.zig");