build was wrong
This commit is contained in:
parent
3184badaec
commit
8ced00be79
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue