Skip to content

Commit 525c840

Browse files
committed
Updated path after pillow-wheels switched to libjpeg-turbo
1 parent 7291c38 commit 525c840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/oss-fuzz/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
2222
fuzzer_basename=$(basename -s .py $fuzzer)
2323
fuzzer_package=${fuzzer_basename}.pkg
2424
pyinstaller \
25-
--add-binary /usr/local/lib/libjpeg.so.9:. \
25+
--add-binary /usr/local/lib/libjpeg.so.62.3.0:. \
2626
--add-binary /usr/local/lib/libfreetype.so.6:. \
2727
--add-binary /usr/local/lib/liblcms2.so.2:. \
2828
--add-binary /usr/local/lib/libopenjp2.so.7:. \

0 commit comments

Comments
 (0)