mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
238 B
8 lines
238 B
3 years ago
|
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
|