Explorar el Código

Merge pull request #693 from Morganamilo/fix#629

Don't assume the go root
Anna hace 6 años
padre
commit
8248c803a0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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