diff --git a/Makefile b/Makefile index 065cb5d5b47..caef1461e3f 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ ifneq ($(strip $(LDFLAGS)),) ldflags+=-extldflags=$(LDFLAGS) endif -GOFLAGS+=-ldflags="$(ldflags)" +GOFLAGS+=-ldflags='$(ldflags)' FIX_IMPORTS = $(GOCC) run ./scripts/fiximports