Skip to content

Commit

Permalink
let wasm64 targets build
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshia001 committed Aug 6, 2024
1 parent 485b052 commit 8bd9b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/sanity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ than building it.
}

// We don't use a C compiler on wasm32
if target.contains("wasm32") {
if target.contains("wasm32") || target.contains("wasm64") {
continue;
}

Expand Down

0 comments on commit 8bd9b71

Please sign in to comment.