diff options
author | 2021-11-10 01:12:52 -0500 | |
---|---|---|
committer | 2021-11-09 22:12:52 -0800 | |
commit | f2a6484614e6bc6f9eda8947a0d9b8a9432161eb (patch) | |
tree | 9a667aa51edf28b7009fb50fed0c72f4a0a65a29 /Makefile | |
parent | 06e3b2e85994c180e1f8febebae1b11370789596 (diff) | |
download | coredns-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |