From f2a6484614e6bc6f9eda8947a0d9b8a9432161eb Mon Sep 17 00:00:00 2001 From: Cyb3r Jak3 Date: Wed, 10 Nov 2021 01:12:52 -0500 Subject: [PATCH] Made it so Makefile will use existing CGO_ENABLED variable (#4975) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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