We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf72955 commit 70bf4b6Copy full SHA for 70bf4b6
.github/workflows/ci-emscripten.yml
@@ -112,8 +112,8 @@ jobs:
112
--disable-shared \
113
--prefix=${{ env.WASM_LIBRARY_DIR }} \
114
--with-gmp=${{ env.WASM_LIBRARY_DIR }} \
115
- --with-mpfr=${{ env.WASM_LIBRARY_DIR }}
116
- --host=wasm32-unknown-emscripten
+ --with-mpfr=${{ env.WASM_LIBRARY_DIR }} \
+ --host=wasm32-unknown-emscripten \
117
--disable-assembly
118
emmake make -j $(nproc)
119
emmake make install
0 commit comments