Skip to content

Commit

Permalink
fix: add GOPATH on makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Jul 20, 2023
1 parent d85f8f7 commit 84a3c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ VERSION ?= $(shell echo $(shell git describe --tags $(or $(DIFF_TAG), $(DEFAULT_
TMVERSION := $(shell go list -m github.com/tendermint/tendermint | sed 's:.* ::')
COMMIT := $(shell git log -1 --format='%H')
LEDGER_ENABLED ?= true
GOPATH ?= $(shell $(GO) env GOPATH)
BINDIR ?= $(GOPATH)/bin
canto_BINARY = cantod
canto_DIR = cantod
Expand Down

0 comments on commit 84a3c7c

Please sign in to comment.