mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-07 10:27:47 -05:00
Merge 707d65ba0d
into 85f96b01b7
This commit is contained in:
commit
63bb0c5ccb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources
|
|||
C_STANDARD ?= c11
|
||||
CXX_STANDARD ?= c++20
|
||||
|
||||
BUILD = $(shell ./config.guess)
|
||||
BUILD = $(shell CC_FOR_BUILD=$CC ./config.guess)
|
||||
HOST ?= $(BUILD)
|
||||
PATCHES_PATH = $(BASEDIR)/patches
|
||||
BASEDIR = $(CURDIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue