Makefile: fixed GOBIN absolute path issue (#14854)

This commit is contained in:
Lee Hyeon 2017-07-31 19:00:17 +09:00 committed by Felix Lange
parent 4f9789b28d
commit 13cda8d9b6

View File

@ -8,7 +8,7 @@
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
.PHONY: geth-windows geth-windows-386 geth-windows-amd64
GOBIN = build/bin
GOBIN = $(pwd)/build/bin
GO ?= latest
geth: