| author | |
| committer | |
| log | c5e669ff768857df3cfab774318938ddfc254b90 |
| tree | 9e4890946143b43aa9c34a0a56007642b951713b |
| parent | d29ba75c848c6727fdbd796595a5356ef2aa2408 |
| signature | Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM |
We don't yet have a direct syscall layer in std.os.netbsd.1 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation/Config.zig+1| ... | ... | @@ -339,6 +339,7 @@ pub fn resolve(options: Options) ResolveError!Config { |
| 339 | 339 | // These targets don't require libc, but we don't yet have a syscall layer for them, |
| 340 | 340 | // so we default to linking libc for now. |
| 341 | 341 | .freebsd, |
| 342 | .netbsd, | |
| 342 | 343 | => break :b true, |
| 343 | 344 | else => {}, |
| 344 | 345 | } |