allow both HOST and BUILD to be passed in from the zcutil/build.sh

This commit is contained in:
David Mercer 2016-10-19 19:36:52 -07:00
parent 850019de42
commit 1ead1bb0b3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ NO_WALLET ?=
NO_UPNP ?=
FALLBACK_DOWNLOAD_PATH ?= https://z.cash/depends-sources
BUILD = $(shell ./config.guess)
BUILD ?= $(shell ./config.guess)
HOST ?= $(BUILD)
PATCHES_PATH = $(BASEDIR)/patches
BASEDIR = $(CURDIR)