diff --git a/Makefile b/Makefile index 40651c72..4e66e0cb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ GO_TEST_EXTRA_ARGS = # DWARF-stripping is enabled unless DWARF=YesPlease. BUILTIN_LD_FLAGS = ifneq ("$(VENDOR)","") -BUILTIN_LD_FLAGS += -X github.com/git-lfs/git-lfs/v3/config.Vendor=$(VENDOR) +BUILTIN_LD_FLAGS += -X 'github.com/git-lfs/git-lfs/v3/config.Vendor=$(VENDOR)' endif BUILTIN_LD_FLAGS += -X github.com/git-lfs/git-lfs/v3/config.GitCommit=$(GIT_LFS_SHA) ifneq ("$(DWARF)","YesPlease")