瀏覽代碼

Makefile: fixed GOBIN absolute path issue (#14854)

Lee Hyeon 8 年之前
父節點
當前提交
13cda8d9b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: