fix TOOLCHAIN_REPRODUCE match
This commit is contained in:
parent
985107c4d2
commit
52811cee5f
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue