Permalink
Please sign in to comment.
Browse files
[depends] builders: No need to set -L and --location for curl
- Loading branch information...
Showing
with
2 additions
and 2 deletions.
- +1 −1 depends/builders/darwin.mk
- +1 −1 depends/builders/linux.mk
| @@ -1,2 +1,2 @@ | ||
| build_linux_SHA256SUM = sha256sum | ||
| -build_linux_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -L -o | ||
| +build_linux_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o |
0 comments on commit
a0cfe3a