Skip to content

Commit 6305a5d

Browse files
Set host for Emscripten
Co-Authored-By: Oscar Benjamin <[email protected]>
1 parent 7bbf568 commit 6305a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
--prefix=${{ env.WASM_LIBRARY_DIR }} \
111111
--with-gmp=${{ env.WASM_LIBRARY_DIR }} \
112112
--with-mpfr=${{ env.WASM_LIBRARY_DIR }}
113+
--host=wasm32-unknown-emscripten
113114
emmake make -j $(nproc)
114115
emmake make install
115116

0 commit comments

Comments
 (0)