mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Add libxcb to fuzzers
This commit is contained in:
parent
94df4ec1c9
commit
bf8cebc96d
|
@ -31,6 +31,7 @@ for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
|
|||
--add-binary /usr/local/lib/libwebp.so.7:. \
|
||||
--add-binary /usr/local/lib/libwebpdemux.so.2:. \
|
||||
--add-binary /usr/local/lib/libwebpmux.so.3:. \
|
||||
--add-binary /usr/local/lib/libxcb.so.1:. \
|
||||
--distpath $OUT --onefile --name $fuzzer_package $fuzzer
|
||||
|
||||
# Create execution wrapper.
|
||||
|
|
Loading…
Reference in New Issue
Block a user