added support for GNU/Hurd
This commit is contained in:
@@ -32,6 +32,7 @@ cfg_if::cfg_if! {
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(any(
|
||||
target_os = "linux", target_os = "android",
|
||||
target_os = "hurd",
|
||||
target_os = "dragonfly", target_os = "freebsd",
|
||||
target_os = "openbsd", target_os = "netbsd",
|
||||
target_os = "haiku", target_os = "nto"))] {
|
||||
|
||||
Reference in New Issue
Block a user