Made it so Makefile will use existing CGO_ENABLED variable (#4975)
This commit is contained in:
parent
06e3b2e859
commit
f2a6484614
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ CHECKS:=check
|
|||
BUILDOPTS:=-v
|
||||
GOPATH?=$(HOME)/go
|
||||
MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
CGO_ENABLED:=0
|
||||
CGO_ENABLED?=0
|
||||
|
||||
.PHONY: all
|
||||
all: coredns
|
||||
|
|
Loading…
Add table
Reference in a new issue