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 566b215 commit ca8201dCopy full SHA for ca8201d
root/Makefile
@@ -28,7 +28,7 @@ TAGS :=
28
BINDIR := $(CURDIR)/bin
29
BIN_NAME := $(APP)
30
PKGDIR := github.com/$(ORG)/$(APP)
31
-CGO_ENABLED ?= $(shell "$(CURDIR)/scripts/shell-wrapper.sh cgo-enabled.sh")
+CGO_ENABLED ?= $(shell "$(CURDIR)/scripts/shell-wrapper.sh" cgo-enabled.sh)
32
TOOL_DEPS := ${GO}
33
34
# formatters / misc
0 commit comments