makefile: unquote silkworm build tag - to make it concatenatable (#8948)

`--tags "a,b,nosilkworm",integration` doesn't work
This commit is contained in:
Alex Sharov 2023-12-11 15:18:07 +07:00 committed by GitHub
parent 3d9cb0494f
commit 34d93fbe18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ endif
BUILD_TAGS = nosqlite,noboltdb
ifneq ($(shell "$(CURDIR)/turbo/silkworm/silkworm_compat_check.sh"),)
BUILD_TAGS := "$(BUILD_TAGS),nosilkworm"
BUILD_TAGS := $(BUILD_TAGS),nosilkworm
endif
PACKAGE = github.com/ledgerwatch/erigon