X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=c2ae179ee0380a59d6482b66891ab961963fc02c;hb=ceed73403bdb61387d04be8b47183e9c4a970749;hp=7c6a03b8050f2d2e2ef3a2712d7983747a3eb44b;hpb=94620e85f0bdbb054af07ce3670fadc1f76cfdf0;p=govpp.git diff --git a/Makefile b/Makefile index 7c6a03b..c2ae179 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ endif GO_BUILD_TAGS ?= novpp -GO_BUILD_ARGS = -ldflags "${LDFLAGS}" +GO_BUILD_ARGS = -ldflags "$(LDFLAGS)" ifneq ($(GO_BUILD_TAGS),) GO_BUILD_ARGS += -tags="${GO_BUILD_TAGS}" endif