aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/build-windows
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/build-windows')
-rwxr-xr-xazure-pipelines/build-windows4
1 files changed, 3 insertions, 1 deletions
diff --git a/azure-pipelines/build-windows b/azure-pipelines/build-windows
index 834c884f..85fbceb2 100755
--- a/azure-pipelines/build-windows
+++ b/azure-pipelines/build-windows
@@ -17,7 +17,9 @@ if [[ $tool == mingw ]]; then
elif [[ $tool == msvc ]]; then
cl
fi
-unzip distfiles/distfiles.zip
+if [ -f distfiles/distfiles.zip ]; then
+ unzip distfiles/distfiles.zip
+fi
curl -L https://downloads.sourceforge.net/project/qpdf/external-libs/2017-08-21/qpdf-external-libs-bin.zip -o qpdf-external-libs-bin.zip
unzip qpdf-external-libs-bin.zip
cwd=`pwd`