DragonFlyBSD support
This commit is contained in:
@@ -1272,7 +1272,7 @@ pub const DebugInfo = switch (builtin.os) {
|
||||
sect_contribs: []pdb.SectionContribEntry,
|
||||
modules: []Module,
|
||||
},
|
||||
.linux, .freebsd, .netbsd => DwarfInfo,
|
||||
.linux, .freebsd, .netbsd, .dragonfly => DwarfInfo,
|
||||
else => @compileError("Unsupported OS"),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user