mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 09:41:27 +02:00
build: add FreeBSD support to depends
This commit is contained in:
5
depends/builders/freebsd.mk
Normal file
5
depends/builders/freebsd.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user