fix TOOLCHAIN_REPRODUCE match

This commit is contained in:
Lance Vick 2023-09-21 16:00:21 -07:00
parent 985107c4d2
commit 52811cee5f
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ include $(CONFIG_DIR)/make.env
export $(shell sed 's/=.*//' $(CONFIG_DIR)/make.env)
## Use env vars from existing release if present
ifeq ($(TOOLCHAIN_REPRODUCE),"true")
include $(DIST_DIR)/release.env
export
ifeq ($(TOOLCHAIN_REPRODUCE),true)
include $(DIST_DIR)/release.env
export
endif
executables = $(docker) git git-lfs patch