add hermit to the list of omit OS
This commit is contained in:
parent
530f575466
commit
8d8a290c69
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ cfg_if::cfg_if! {
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub use self::ext as windows_ext;
|
pub use self::ext as windows_ext;
|
||||||
} else if #[cfg(any(target_os = "cloudabi",
|
} else if #[cfg(any(target_os = "cloudabi",
|
||||||
|
target_os = "hermit",
|
||||||
target_arch = "wasm32",
|
target_arch = "wasm32",
|
||||||
all(target_vendor = "fortanix", target_env = "sgx")))] {
|
all(target_vendor = "fortanix", target_env = "sgx")))] {
|
||||||
// On CloudABI and wasm right now the shim below doesn't compile, so
|
// On CloudABI and wasm right now the shim below doesn't compile, so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue