cosi: fix build for linux (#82976)
parent
e34b429f06
commit
3cb1ce2adf
|
@ -69,6 +69,7 @@ class Cosi < Formula
|
|||
ln_s buildpath, buildpath/"src/github.com/dedis/cosi"
|
||||
|
||||
ENV["GOPATH"] = "#{buildpath}/Godeps/_workspace:#{buildpath}"
|
||||
ENV["GO111MODULE"] = "auto"
|
||||
|
||||
Language::Go.stage_deps resources, buildpath/"src"
|
||||
|
||||
|
|
Loading…
Reference in New Issue