From f5c5014f12853315b07d4a825242853c2423c7b8 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Tue, 9 May 2023 20:55:00 +1200 Subject: [PATCH] Enable Haiku platform. --- build.rs | 1 + src/rand.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/build.rs b/build.rs index e09a250dd..14f0f61de 100644 --- a/build.rs +++ b/build.rs @@ -268,6 +268,7 @@ const LINUX_ABI: &[&str] = &[ "dragonfly", "freebsd", "fuchsia", + "haiku", "illumos", "netbsd", "openbsd", diff --git a/src/rand.rs b/src/rand.rs index 97cb41c68..b3a20ffe8 100644 --- a/src/rand.rs +++ b/src/rand.rs @@ -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",