FIX Don't build a shared library for libgsl (#2677)

This commit is contained in:
Hood Chatham 2022-06-09 04:59:46 -07:00 committed by GitHub
parent 8a8629f2c6
commit 0cb41c4ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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