fix TOOLCHAIN_REPRODUCE match
This commit is contained in:
parent
985107c4d2
commit
52811cee5f
6
Makefile
6
Makefile
|
@ -57,9 +57,9 @@ include $(CONFIG_DIR)/make.env
|
||||||
export $(shell sed 's/=.*//' $(CONFIG_DIR)/make.env)
|
export $(shell sed 's/=.*//' $(CONFIG_DIR)/make.env)
|
||||||
|
|
||||||
## Use env vars from existing release if present
|
## Use env vars from existing release if present
|
||||||
ifeq ($(TOOLCHAIN_REPRODUCE),"true")
|
ifeq ($(TOOLCHAIN_REPRODUCE),true)
|
||||||
include $(DIST_DIR)/release.env
|
include $(DIST_DIR)/release.env
|
||||||
export
|
export
|
||||||
endif
|
endif
|
||||||
|
|
||||||
executables = $(docker) git git-lfs patch
|
executables = $(docker) git git-lfs patch
|
||||||
|
|
Loading…
Reference in New Issue