Quellcode durchsuchen

Merge pull request #693 from Morganamilo/fix#629

Don't assume the go root
Anna vor 6 Jahren
Ursprung
Commit
8248c803a0
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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