Skip to content

Commit

Permalink
use stub for anything not unix and not windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-re-ka committed Sep 17, 2021
1 parent 4eeedcf commit 406d60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

use std::time::{SystemTime, UNIX_EPOCH};

#[cfg(any(target_arch = "wasm32", target_env = "sgx"))]
#[cfg(all(not(unix), not(windows)))]
#[path = "sys/stub.rs"]
mod inner;

Expand Down

0 comments on commit 406d60b

Please sign in to comment.