add hermit to the list of omit OS
This commit is contained in:
parent
530f575466
commit
8d8a290c69
@ -89,6 +89,7 @@ pub mod unix_ext {}
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::ext as windows_ext;
|
||||
} else if #[cfg(any(target_os = "cloudabi",
|
||||
target_os = "hermit",
|
||||
target_arch = "wasm32",
|
||||
all(target_vendor = "fortanix", target_env = "sgx")))] {
|
||||
// On CloudABI and wasm right now the shim below doesn't compile, so
|
||||
|
Loading…
Reference in New Issue
Block a user