diff options
-rwxr-xr-x | bin/oss-fuzz-setup.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index 0455802f7bcf..08cfa608464e 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -69,7 +69,10 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/$EPOXY_TARBALL \ -C - -O https://dev-www.libreoffice.org/src/$EPUBGEN_TARBALL \ -C - -O https://dev-www.libreoffice.org/src/$LIBNUMBERTEXT_TARBALL \ - -C - -O https://dev-www.libreoffice.org/src/$QXP_TARBALL + -C - -O https://dev-www.libreoffice.org/src/$QXP_TARBALL \ + -C - -O https://dev-www.libreoffice.org/src/$LIBWEBP_TARBALL \ + -C - -O https://dev-www.libreoffice.org/src/$LIBTIFF_TARBALL \ + -C - -O https://dev-www.libreoffice.org/src/$DRAGONBOX_TARBALL cd $SRC |