Explorar o código

Makefile: fixed GOBIN absolute path issue (#14854)

Lee Hyeon %!s(int64=8) %!d(string=hai) anos
pai
achega
13cda8d9b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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: