mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
Made it so Makefile will use existing CGO_ENABLED variable (#4975)
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ CHECKS:=check
|
|||||||
BUILDOPTS:=-v
|
BUILDOPTS:=-v
|
||||||
GOPATH?=$(HOME)/go
|
GOPATH?=$(HOME)/go
|
||||||
MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||||
CGO_ENABLED:=0
|
CGO_ENABLED?=0
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: coredns
|
all: coredns
|
||||||
|
|||||||
Reference in New Issue
Block a user