aboutsummaryrefslogtreecommitdiff
path: root/std/debug/index.zig
diff options
context:
space:
mode:
authorGreg V <greg@unrelenting.technology>2018-10-17 18:01:00 +0300
committerGreg V <greg@unrelenting.technology>2018-10-20 15:15:01 +0300
commit7a3f0a55d9a481f260935f26426ee4508d44cb18 (patch)
tree7795b31e616664f46c12e32c0dea599b685f10a6 /std/debug/index.zig
parent1829c093032764ef397a02d0d7512254f5bb4ad0 (diff)
downloadzig-7a3f0a55d9a481f260935f26426ee4508d44cb18.tar.gz
zig-7a3f0a55d9a481f260935f26426ee4508d44cb18.zip
Add freebsd to more things
Diffstat (limited to 'std/debug/index.zig')
-rw-r--r--std/debug/index.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/debug/index.zig b/std/debug/index.zig
index e6d8fe3fc6..cabeba14f7 100644
--- a/std/debug/index.zig
+++ b/std/debug/index.zig
@@ -1078,6 +1078,8 @@ pub const DebugInfo = switch (builtin.os) {
self.elf.close();
}
},
+ builtin.Os.freebsd => struct.{
+ },
else => @compileError("Unsupported OS"),
};