Skip to content

Commit 3ee9259

Browse files
authored
Merge pull request #7258 from radarhere/libjpeg
Updated libjpeg shared library name
2 parents be828f4 + 5a9c232 commit 3ee9259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/oss-fuzz/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python3 setup.py build --build-base=/tmp/build install
2020
# Build fuzzers in $OUT.
2121
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
2222
compile_python_fuzzer $fuzzer \
23-
--add-binary /usr/local/lib/libjpeg.so.62.3.0:. \
23+
--add-binary /usr/local/lib/libjpeg.so.62.4.0:. \
2424
--add-binary /usr/local/lib/libfreetype.so.6:. \
2525
--add-binary /usr/local/lib/liblcms2.so.2:. \
2626
--add-binary /usr/local/lib/libopenjp2.so.7:. \

0 commit comments

Comments
 (0)