Merge pull request #14898 from detailyang/patch-1

Makefile: call shell function to get pwd
pull/14881/merge
Péter Szilágyi 7 years ago committed by GitHub
commit 350bb6d9ca
  1. 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 = $(pwd)/build/bin GOBIN = $(shell pwd)/build/bin
GO ?= latest GO ?= latest
geth: geth:

Loading…
Cancel
Save