瀏覽代碼

Merge pull request #693 from Morganamilo/fix#629

Don't assume the go root
Anna 6 年之前
父節點
當前提交
8248c803a0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -16,7 +16,6 @@ BINNAME := yay
 PACKAGE := ${PKGNAME}_${VERSION}_${ARCH}
 
 export GOPATH=$(shell pwd)/.go
-export GOROOT=/usr/lib/go
 
 default: build