Update to emscripten 2.0.16 (#1645)

This commit is contained in:
Hood Chatham 2021-06-19 19:37:52 -07:00 committed by GitHub
parent b4f4bcffdc
commit bd76207bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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