mirror of https://github.com/pyodide/pyodide.git
FIX Don't build a shared library for libgsl (#2677)
This commit is contained in:
parent
8a8629f2c6
commit
0cb41c4ac6
|
@ -9,6 +9,7 @@ build:
|
|||
script: |
|
||||
emconfigure ./configure \
|
||||
CFLAGS="-fPIC" \
|
||||
--prefix=${WASM_LIBRARY_DIR}
|
||||
--prefix=${WASM_LIBRARY_DIR} \
|
||||
--disable-shared
|
||||
emmake make -j ${PYODIDE_JOBS:-3}
|
||||
emmake make install
|
||||
|
|
Loading…
Reference in New Issue