build was wrong

This commit is contained in:
Jeff Carr 2025-02-22 07:18:14 -06:00
parent 3184badaec
commit 8ced00be79
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ BUILDTIME = $(shell date +%Y.%m.%d)
all: clean goimports vet andlabs.so
andlabs.so:
GO111MODULE=off go build -v -buildmode=plugin -o andlabs.so \
GO111MODULE=off go build -v -x -buildmode=plugin -o andlabs.so \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
install: clean