mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
f0300c6c5f
fa7a5c5
[depends] builders: No need to set -L and --location for curl (MarcoFalke)
3 lines
157 B
Makefile
3 lines
157 B
Makefile
build_linux_SHA256SUM = sha256sum
|
|
build_linux_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o
|