mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 11:35:20 +01:00
Merge 38d13e68e2
into a50af6e4c4
This commit is contained in:
commit
7bd966750d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources
|
||||||
C_STANDARD ?= c11
|
C_STANDARD ?= c11
|
||||||
CXX_STANDARD ?= c++20
|
CXX_STANDARD ?= c++20
|
||||||
|
|
||||||
BUILD = $(shell ./config.guess)
|
BUILD = $(shell CC_FOR_BUILD=$CC ./config.guess)
|
||||||
PATCHES_PATH = $(BASEDIR)/patches
|
PATCHES_PATH = $(BASEDIR)/patches
|
||||||
BASEDIR = $(CURDIR)
|
BASEDIR = $(CURDIR)
|
||||||
HASH_LENGTH:=11
|
HASH_LENGTH:=11
|
||||||
|
|
Loading…
Add table
Reference in a new issue