Skip to content

Commit

Permalink
Restore support for x86_64-fortanix-unknown-sgx (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch authored Sep 26, 2020
1 parent 1402e8d commit 1b895b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
File renamed without changes.

0 comments on commit 1b895b4

Please sign in to comment.