mirror of https://github.com/pyodide/pyodide.git
Update to emscripten 2.0.16 (#1645)
This commit is contained in:
parent
b4f4bcffdc
commit
bd76207bb0
|
@ -1,4 +1,4 @@
|
|||
export PYODIDE_EMSCRIPTEN_VERSION ?= 2.0.15
|
||||
export PYODIDE_EMSCRIPTEN_VERSION ?= 2.0.16
|
||||
export PYODIDE_BINARYEN_VERSION ?= version_100
|
||||
|
||||
# BASH_ENV tells bash to run pyodide_env.sh on startup, whcih sets various
|
||||
|
|
|
@ -12,8 +12,8 @@ source:
|
|||
- src/setup.cfg
|
||||
- ./setup.cfg
|
||||
build:
|
||||
cflags: -s USE_ZLIB=1 -s USE_LIBJPEG=1 -s USE_FREETYPE=1
|
||||
ldflags: -s USE_LIBJPEG=1 -s USE_FREETYPE=1 -ljpeg
|
||||
cflags: -s USE_ZLIB=1 -s USE_LIBJPEG=1 -s USE_FREETYPE=1 -s SIDE_MODULE
|
||||
ldflags: -ljpeg
|
||||
test:
|
||||
imports:
|
||||
- PIL
|
||||
|
|
Loading…
Reference in New Issue