diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-03-16 03:04:47 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-03-16 03:04:47 -0400 |
commit | d1ec21ea5b816b096cdd9e8636536592a9a7cdce (patch) | |
tree | 3c0e32bfaf436c051256a1ca462d420fa172ec63 | |
parent | 31c992e6eaa8f4afe90ec95c5c778412fb887146 (diff) | |
download | getwtxt-d1ec21ea5b816b096cdd9e8636536592a9a7cdce.tar.gz |
no need for static builds right now
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f852ef1..86e1120 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX?=/usr/local _INSTDIR=$(PREFIX) BINDIR?=$(_INSTDIR)/getwtxt VERSION?=$(shell git tag | grep ^v | sort -V | tail -n 1) -GOFLAGS?=-tags netgo -ldflags '-X github.com/getwtxt/getwtxt/svc.Vers=${VERSION} -extldflags "-static"' +GOFLAGS?=-ldflags '-X github.com/getwtxt/getwtxt/svc.Vers=${VERSION}' getwtxt: getwtxt.go go.mod go.sum @echo |