mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
7181c721e2
excludes `fix_openbsd_test_lib.patch` as it's already present ``` Preprocessing boost... patching file boost/test/impl/execution_monitor.ipp Reversed (or previously applied) patch detected! Assume -R? [n] ```
8 lines
238 B
Makefile
8 lines
238 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
|