allow both HOST and BUILD to be passed in from the zcutil/build.sh
This commit is contained in:
@@ -8,7 +8,7 @@ NO_WALLET ?=
|
|||||||
NO_UPNP ?=
|
NO_UPNP ?=
|
||||||
FALLBACK_DOWNLOAD_PATH ?= https://z.cash/depends-sources
|
FALLBACK_DOWNLOAD_PATH ?= https://z.cash/depends-sources
|
||||||
|
|
||||||
BUILD = $(shell ./config.guess)
|
BUILD ?= $(shell ./config.guess)
|
||||||
HOST ?= $(BUILD)
|
HOST ?= $(BUILD)
|
||||||
PATCHES_PATH = $(BASEDIR)/patches
|
PATCHES_PATH = $(BASEDIR)/patches
|
||||||
BASEDIR = $(CURDIR)
|
BASEDIR = $(CURDIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user