mirror of
https://github.com/ziglang/zig.git
synced 2026-02-16 14:28:57 +00:00
std.debug.SelfInfo: rename Darwin to MachO
This commit is contained in:
parent
e1fb662f60
commit
771410cbf2
@ -64,7 +64,7 @@ pub const SelfInfo = if (@hasDecl(root, "debug") and @hasDecl(root.debug, "SelfI
|
||||
else switch (std.Target.ObjectFormat.default(native_os, native_arch)) {
|
||||
.coff => if (native_os == .windows) @import("debug/SelfInfo/Windows.zig") else void,
|
||||
.elf => @import("debug/SelfInfo/Elf.zig"),
|
||||
.macho => @import("debug/SelfInfo/Darwin.zig"),
|
||||
.macho => @import("debug/SelfInfo/MachO.zig"),
|
||||
.goff, .plan9, .spirv, .wasm, .xcoff => void,
|
||||
.c, .hex, .raw => unreachable,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user