mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
8aff3fd292
Should fix #29447.
9 lines
323 B
Makefile
9 lines
323 B
Makefile
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
|
|
# openBSD touch doesn't understand -h
|
|
build_openbsd_TOUCH = touch -m -t 200001011200
|