Enable Haiku platform.
This commit is contained in:
parent
7bd536e9df
commit
f5c5014f12
1
build.rs
1
build.rs
@ -268,6 +268,7 @@ const LINUX_ABI: &[&str] = &[
|
||||
"dragonfly",
|
||||
"freebsd",
|
||||
"fuchsia",
|
||||
"haiku",
|
||||
"illumos",
|
||||
"netbsd",
|
||||
"openbsd",
|
||||
|
@ -128,6 +128,7 @@ impl crate::sealed::Sealed for SystemRandom {}
|
||||
target_os = "android",
|
||||
target_os = "dragonfly",
|
||||
target_os = "freebsd",
|
||||
target_os = "haiku",
|
||||
target_os = "illumos",
|
||||
target_os = "ios",
|
||||
target_os = "linux",
|
||||
|
Loading…
x
Reference in New Issue
Block a user