aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Cyb3r Jak3 <jake@jwhite.network> 2021-11-10 01:12:52 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-09 22:12:52 -0800
commitf2a6484614e6bc6f9eda8947a0d9b8a9432161eb (patch)
tree9a667aa51edf28b7009fb50fed0c72f4a0a65a29 /Makefile
parent06e3b2e85994c180e1f8febebae1b11370789596 (diff)
downloadcoredns-f2a6484614e6bc6f9eda8947a0d9b8a9432161eb.tar.gz
coredns-f2a6484614e6bc6f9eda8947a0d9b8a9432161eb.tar.zst
coredns-f2a6484614e6bc6f9eda8947a0d9b8a9432161eb.zip
Made it so Makefile will use existing CGO_ENABLED variable (#4975)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 877ae16c6..43d03e207 100644
--- a/Makefile
+++ b/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