mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 22:01:17 +02:00
build: add support for OpenBSD to depends
This commit is contained in:
7
depends/builders/openbsd.mk
Normal file
7
depends/builders/openbsd.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
build_openbsd_CC = clang
|
||||
build_openbsd_CXX = clang++
|
||||
|
||||
build_openbsd_SHA256SUM = sha256
|
||||
build_openbsd_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o
|
||||
|
||||
build_openbsd_TAR = gtar
|
Reference in New Issue
Block a user