this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: allow building on freebsd

authored by

CJ van den Berg and committed by
Tim Culverhouse
790dbaae f230f0c3

+1
+1
src/posix/Tty.zig
··· 43 43 .mask = switch (builtin.os.tag) { 44 44 .macos => 0, 45 45 .linux => posix.empty_sigset, 46 + .freebsd => posix.empty_sigset, 46 47 else => @compileError("os not supported"), 47 48 }, 48 49 .flags = 0,