mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Update src-self-hosted/link/MachO.zig
Co-authored-by: Andrew Kelley <andrew@ziglang.org>
This commit is contained in:
parent
34e628a0a0
commit
ffdeb6af91
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user