commit 972fb8feae056134ed6a130f47cd030abbf6eba0 parent d698695187c2708cdbc1a50ad852d12c86805a9a Author: Sean Enck <sean@ttypty.com> Date: Mon, 22 Apr 2024 18:12:58 -0400 this is overriden Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ TARGET := $(BUILD)lb VERSION ?= $(shell git log -n 1 --format=%h) VARS := LOCKBOX_ENV=none DESTDIR := /usr/local/bin -GOFLAGS := -ldflags=-linkmode=external -trimpath -buildmode=pie -mod=readonly -modcacherw -buildvcs=false +GOFLAGS := -trimpath -buildmode=pie -mod=readonly -modcacherw -buildvcs=false GOOS := GOARCH :=