We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a070233 commit ed563c9Copy full SHA for ed563c9
Makefile
@@ -29,7 +29,7 @@ ifneq ($(strip $(LDFLAGS)),)
29
ldflags+=-extldflags=$(LDFLAGS)
30
endif
31
32
-GOFLAGS+=-ldflags="$(ldflags)"
+GOFLAGS+=-ldflags='$(ldflags)'
33
34
FIX_IMPORTS = $(GOCC) run ./scripts/fiximports
35
0 commit comments