mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-02 15:19:54 +03:00
Altered SUBSYSTEM option handling when linking in msvc mode; Added preliminary UEFI support.
This commit is contained in:
+1
-1
@@ -1135,7 +1135,7 @@ pub const DebugInfo = switch (builtin.os) {
|
||||
return self.ofiles.allocator;
|
||||
}
|
||||
},
|
||||
builtin.Os.windows => struct {
|
||||
builtin.Os.uefi, builtin.Os.windows => struct {
|
||||
pdb: pdb.Pdb,
|
||||
coff: *coff.Coff,
|
||||
sect_contribs: []pdb.SectionContribEntry,
|
||||
|
||||
Reference in New Issue
Block a user