diff --git a/build/mingw/mingw-fetch-dependencies.sh b/build/mingw/mingw-fetch-dependencies.sh index 3014b300e..6544bfe07 100755 --- a/build/mingw/mingw-fetch-dependencies.sh +++ b/build/mingw/mingw-fetch-dependencies.sh @@ -52,7 +52,7 @@ function download_file () case "$DOWNLOAD_PROG" in curl) - curl -o "$DOWNLOAD_DIR/$filename" "$url"; + curl -L -o "$DOWNLOAD_DIR/$filename" "$url"; ;; *) $DOWNLOAD_PROG -O "$DOWNLOAD_DIR/$filename" "$url";