mirror of https://github.com/pyodide/pyodide.git
14 lines
308 B
YAML
14 lines
308 B
YAML
package:
|
|
name: zlib
|
|
version: 1.2.11
|
|
|
|
source:
|
|
sha256: c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
|
|
url: https://zlib.net/zlib-1.2.11.tar.gz
|
|
|
|
build:
|
|
library: true
|
|
script: |
|
|
CFLAGS="-fPIC" emconfigure ./configure --prefix=$PWD
|
|
emmake make install -j ${PYODIDE_JOBS:-3}
|