Skip to content

Commit b18d022

Browse files
committed
Revert Pillow embuilder changes for future PR
Revert the embuilder command changes back to the original single line. These changes should be submitted in a separate PR focused on Pillow.
1 parent 7b3e5c7 commit b18d022

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/Pillow/meta.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ build:
2929
jpeg2000=False
3030
imagequant=False
3131
script: |
32-
embuilder --pic build libjpeg
33-
embuilder --pic build zlib
34-
embuilder --pic build freetype
35-
embuilder --pic build libpng
32+
embuilder build --pic libjpeg zlib freetype libpng
3633
# Pillow parses compiler flags to set the include, library dirs
3734
# https://github.com/python-pillow/Pillow/blob/339bc5db93bd95decf65a59fab273f300db6594d/setup.py#L486
3835
export EMSCRIPTEN_LIBRARY_PATH=$(em-config CACHE)/sysroot/lib/wasm32-emscripten/pic/

0 commit comments

Comments
 (0)