mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
depends: Use CC_FOR_BUILD
for config.guess
Co-authored-by: Michael Ford <fanquake@gmail.com>
This commit is contained in:
parent
42251e00e8
commit
38d13e68e2
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)
|
||||
PATCHES_PATH = $(BASEDIR)/patches
|
||||
BASEDIR = $(CURDIR)
|
||||
HASH_LENGTH:=11
|
||||
|
|
Loading…
Add table
Reference in a new issue