Skip to content

Commit

Permalink
fix: wasm ci attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jul 2, 2024
1 parent 867db8f commit 76f5bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ execute_process(
COMMAND rustup target list --installed
OUTPUT_VARIABLE RUST_TARGETS
)
string(FIND "${RUST_TARGETS}" "wasm32-unknown-unknown" WASM_TARGET_FOUND)
string(FIND "${RUST_TARGETS}" "wasm32-unknown-emscripten" WASM_TARGET_FOUND)

if (NOT WASM_TARGET_FOUND EQUAL -1)
set(Rust_CARGO_TARGET "wasm32-unknown-emscripten")
Expand Down

0 comments on commit 76f5bc7

Please sign in to comment.