Skip to content

Commit

Permalink
fix cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 2, 2019
1 parent 6d461da commit 54bb8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ cfg_if! {
target_env = "sgx",
)))] {
#[path = "rdrand.rs"] mod imp;
} else if #[cfg(target_arch = "wasm32-unknown-unknown")] {
} else if #[cfg(target_arch = "wasm32")] {
cfg_if! {
if #[cfg(feature = "wasm-bindgen")] {
#[path = "wasm32_bindgen.rs"] mod imp;
Expand Down

0 comments on commit 54bb8d7

Please sign in to comment.