From d3e75f0a751f7f1a358a4a982e5e68e6dd31538f Mon Sep 17 00:00:00 2001 From: Chill Validation <92176880+chillyvee@users.noreply.github.com> Date: Fri, 16 Jun 2023 20:28:23 +0900 Subject: [PATCH] add build_tag only once --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 065e05c633..994ebdbc23 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,6 @@ endif build_tags += $(BUILD_TAGS) build_tags := $(strip $(build_tags)) -build_tags += $(BUILD_TAGS) -build_tags := $(strip $(build_tags)) - whitespace := whitespace += $(whitespace) comma := ,