Add support for the Haiku operating system on x86 and x86_64 machines
* Hand rebased from Niels original work on 1.9.0
This commit is contained in:
parent
2d1d4d1994
commit
1a6fc8b7b8
23 changed files with 468 additions and 11 deletions
|
@ -17,6 +17,7 @@ use libc;
|
|||
#[cfg(target_os = "bitrig")] pub use os::bitrig as platform;
|
||||
#[cfg(target_os = "dragonfly")] pub use os::dragonfly as platform;
|
||||
#[cfg(target_os = "freebsd")] pub use os::freebsd as platform;
|
||||
#[cfg(target_os = "haiku")] pub use os::haiku as platform;
|
||||
#[cfg(target_os = "ios")] pub use os::ios as platform;
|
||||
#[cfg(target_os = "linux")] pub use os::linux as platform;
|
||||
#[cfg(target_os = "macos")] pub use os::macos as platform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue