mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-09-02 10:58:13 +00:00
Makefile: forcefully disable cgo
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ all: mycorrhiza
|
|||||||
|
|
||||||
mycorrhiza:
|
mycorrhiza:
|
||||||
$(GO) generate $(GOFLAGS)
|
$(GO) generate $(GOFLAGS)
|
||||||
$(GO) build $(GOFLAGS) -o mycorrhiza .
|
CGO_ENABLED=0 $(GO) build $(GOFLAGS) -o mycorrhiza .
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -m755 -p $(DESTDIR)$(SBINDIR) $(DESTDIR)$(MANDIR)/man1
|
mkdir -m755 -p $(DESTDIR)$(SBINDIR) $(DESTDIR)$(MANDIR)/man1
|
||||||
|
Reference in New Issue
Block a user