We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3e5c7 commit b18d022Copy full SHA for b18d022
packages/Pillow/meta.yaml
@@ -29,10 +29,7 @@ build:
29
jpeg2000=False
30
imagequant=False
31
script: |
32
- embuilder --pic build libjpeg
33
- embuilder --pic build zlib
34
- embuilder --pic build freetype
35
- embuilder --pic build libpng
+ embuilder build --pic libjpeg zlib freetype libpng
36
# Pillow parses compiler flags to set the include, library dirs
37
# https://github.com/python-pillow/Pillow/blob/339bc5db93bd95decf65a59fab273f300db6594d/setup.py#L486
38
export EMSCRIPTEN_LIBRARY_PATH=$(em-config CACHE)/sysroot/lib/wasm32-emscripten/pic/
0 commit comments