Skip to content

Commit

Permalink
Updated path after pillow-wheels switched to libjpeg-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 1, 2022
1 parent 7291c38 commit 525c840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/oss-fuzz/build.sh
Expand Up @@ -22,7 +22,7 @@ for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
fuzzer_basename=$(basename -s .py $fuzzer)
fuzzer_package=${fuzzer_basename}.pkg
pyinstaller \
--add-binary /usr/local/lib/libjpeg.so.9:. \
--add-binary /usr/local/lib/libjpeg.so.62.3.0:. \
--add-binary /usr/local/lib/libfreetype.so.6:. \
--add-binary /usr/local/lib/liblcms2.so.2:. \
--add-binary /usr/local/lib/libopenjp2.so.7:. \
Expand Down

0 comments on commit 525c840

Please sign in to comment.