Restore support for x86_64-fortanix-unknown-sgx (#485)

This commit is contained in:
Nikhil Benesch 2020-09-26 11:02:39 -04:00 committed by GitHub
parent 1402e8dd5e
commit 1b895b4719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)]