Skip to content

Commit

Permalink
Fix target arch
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Sep 23, 2024
1 parent 3edad27 commit 0aa65bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/reqsign/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl Env for OsEnv {
windows::home_dir_inner()
}

#[cfg(target_os = "wasm32")]
#[cfg(target_arch = "wasm32")]
fn home_dir(&self) -> Option<PathBuf> {
None
}
Expand Down

0 comments on commit 0aa65bc

Please sign in to comment.