Skip to content

Commit

Permalink
Merge pull request #7258 from radarhere/libjpeg
Browse files Browse the repository at this point in the history
Updated libjpeg shared library name
  • Loading branch information
mergify[bot] committed Jul 4, 2023
2 parents be828f4 + 5a9c232 commit 3ee9259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/oss-fuzz/build.sh
Expand Up @@ -20,7 +20,7 @@ python3 setup.py build --build-base=/tmp/build install
# Build fuzzers in $OUT.
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
compile_python_fuzzer $fuzzer \
--add-binary /usr/local/lib/libjpeg.so.62.3.0:. \
--add-binary /usr/local/lib/libjpeg.so.62.4.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 3ee9259

Please sign in to comment.