Add netbsd amd64 support
This commit is contained in:
parent
d2cf9f9632
commit
0b7c4f57f6
43 changed files with 271 additions and 41 deletions
|
@ -80,6 +80,7 @@ mod inner {
|
|||
// OpenBSD provide it via libc
|
||||
#[cfg(not(any(target_os = "android",
|
||||
target_os = "bitrig",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_env = "musl")))]
|
||||
#[link(name = "rt")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue