Skip to content

Commit

Permalink
depends: Use CC_FOR_BUILD for config.guess
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Ford <fanquake@gmail.com>
  • Loading branch information
hebasto and fanquake committed Apr 26, 2024
1 parent 3c88eac commit 2f66415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/Makefile
Expand Up @@ -51,7 +51,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)
Expand Down

0 comments on commit 2f66415

Please sign in to comment.