mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +01:00
6 lines
215 B
Makefile
6 lines
215 B
Makefile
build_freebsd_CC=clang
|
|
build_freebsd_CXX=clang++
|
|
|
|
build_freebsd_SHA256SUM = shasum -a 256
|
|
build_freebsd_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o
|