Commit 13cda8d9 authored by Lee Hyeon's avatar Lee Hyeon Committed by Felix Lange

Makefile: fixed GOBIN absolute path issue (#14854)

parent 4f9789b2
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment