mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
make: fix commit ldflag
This commit is contained in:
parent
c6b3e21801
commit
385fed89b5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ GOINSTALL := GO111MODULE=on go install -v
|
|||
GOMOD := GO111MODULE=on go mod
|
||||
|
||||
COMMIT := $(shell git describe --abbrev=40 --dirty)
|
||||
LDFLAGS := -ldflags "-X $(PKG)/build.Commit=$(COMMIT)"
|
||||
LDFLAGS := -ldflags "-X $(PKG).Commit=$(COMMIT)"
|
||||
DEV_TAGS = dev
|
||||
|
||||
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "./vendor/*")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue