Browse Source

tendermint build fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
1d10217df2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build/Makefile

+ 1
- 0
build/Makefile View File

@ -65,6 +65,7 @@ build-tendermint: git-branch gopath-setup
go get -d -u github.com/tendermint/tendermint/cmd/tendermint
cd $(GOPATH)/src/github.com/tendermint/tendermint && git checkout "$(GIT_BRANCH)" && git pull
export PATH=$(GOPATH)/bin:$(PATH) && $(MAKE) -C $(GOPATH)/src/github.com/tendermint/tendermint get_tools get_vendor_deps build
cp $(GOPATH)/src/github.com/tendermint/tendermint/build/tendermint $(GOPATH)/bin
@echo "*** Built tendermint"
build-ethermint: git-branch gopath-setup


Loading…
Cancel
Save