1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-03-03 02:10:11 +00:00

Makefile: forcefully disable cgo

This commit is contained in:
Umar Getagazov 2022-03-25 00:24:09 +07:00
parent 502b4bb339
commit 44386db5f0

View File

@ -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