Skip to content

Commit 70bf4b6

Browse files
Fix emconfigure command for wasm build
1 parent cf72955 commit 70bf4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ jobs:
112112
--disable-shared \
113113
--prefix=${{ env.WASM_LIBRARY_DIR }} \
114114
--with-gmp=${{ env.WASM_LIBRARY_DIR }} \
115-
--with-mpfr=${{ env.WASM_LIBRARY_DIR }}
116-
--host=wasm32-unknown-emscripten
115+
--with-mpfr=${{ env.WASM_LIBRARY_DIR }} \
116+
--host=wasm32-unknown-emscripten \
117117
--disable-assembly
118118
emmake make -j $(nproc)
119119
emmake make install

0 commit comments

Comments
 (0)