From 44386db5f09292b6c9a731ce0f937174ffe42fb0 Mon Sep 17 00:00:00 2001 From: Umar Getagazov Date: Fri, 25 Mar 2022 00:24:09 +0700 Subject: [PATCH] Makefile: forcefully disable cgo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a9e6a3..9829565 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: mycorrhiza mycorrhiza: $(GO) generate $(GOFLAGS) - $(GO) build $(GOFLAGS) -o mycorrhiza . + CGO_ENABLED=0 $(GO) build $(GOFLAGS) -o mycorrhiza . install: mkdir -m755 -p $(DESTDIR)$(SBINDIR) $(DESTDIR)$(MANDIR)/man1