cosi: fix build for linux (#82976)

master
Michael Cho 2021-08-08 21:24:32 -07:00 committed by GitHub
parent e34b429f06
commit 3cb1ce2adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"