Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Makefile: fixed GOBIN absolute path issue (#14854)
Browse files Browse the repository at this point in the history
  • Loading branch information
am2rican5 authored and fjl committed Jul 31, 2017
1 parent 4f9789b commit 13cda8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 13cda8d

Please sign in to comment.