Makefile: fixed GOBIN absolute path issue (#14854)
This commit is contained in:
parent
4f9789b28d
commit
13cda8d9b6
2
Makefile
2
Makefile
@ -8,7 +8,7 @@
|
|||||||
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
|
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
|
||||||
.PHONY: geth-windows geth-windows-386 geth-windows-amd64
|
.PHONY: geth-windows geth-windows-386 geth-windows-amd64
|
||||||
|
|
||||||
GOBIN = build/bin
|
GOBIN = $(pwd)/build/bin
|
||||||
GO ?= latest
|
GO ?= latest
|
||||||
|
|
||||||
geth:
|
geth:
|
||||||
|
Loading…
Reference in New Issue
Block a user