mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 07:21:41 +00:00
Restore support for x86_64-fortanix-unknown-sgx (#485)
This commit is contained in:
parent
1402e8dd5e
commit
1b895b4719
@ -16,8 +16,8 @@
|
||||
|
||||
use std::time::{SystemTime, UNIX_EPOCH};
|
||||
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
#[path = "sys/wasm32.rs"]
|
||||
#[cfg(any(target_arch = "wasm32", target_env = "sgx"))]
|
||||
#[path = "sys/stub.rs"]
|
||||
mod inner;
|
||||
|
||||
#[cfg(unix)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user