diff options
| author | nebulaeonline <linux@nebulae.online> | 2018-12-23 22:44:02 -0500 |
|---|---|---|
| committer | nebulaeonline <linux@nebulae.online> | 2018-12-23 22:44:02 -0500 |
| commit | fdea12b2d9deaea6a90c7b1451df425e84b98099 (patch) | |
| tree | 7339fa363aa1124d7b83b05f94fc387ad54183ca /std/debug/index.zig | |
| parent | 280187031a68c577e84c72add037271153d27c62 (diff) | |
| download | zig-fdea12b2d9deaea6a90c7b1451df425e84b98099.tar.gz zig-fdea12b2d9deaea6a90c7b1451df425e84b98099.zip | |
msvc subsystem option handling; added uefi os type
Diffstat (limited to 'std/debug/index.zig')
| -rw-r--r-- | std/debug/index.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/debug/index.zig b/std/debug/index.zig index 73c6ea7b56..93d6a60a03 100644 --- a/std/debug/index.zig +++ b/std/debug/index.zig @@ -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, |
