We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5f089 commit e411540Copy full SHA for e411540
build.rs
@@ -19,6 +19,7 @@ fn main() {
19
bsd: { any(freebsd, dragonfly, netbsd, openbsd, apple_targets) },
20
linux_android: { any(android, linux) },
21
freebsdlike: { any(dragonfly, freebsd) },
22
+ netbsdlike: { any(netbsd, openbsd) },
23
solarish: { any(illumos, solaris) },
24
}
25
0 commit comments