scmpuff: disable GO15VENDOREXPERIMENT
Closes Homebrew/homebrew#49516. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
c3c4a3d158
commit
04b11ea6d2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class Scmpuff < Formula
|
|||
def install
|
||||
mkdir_p buildpath/"src/github.com/mroth"
|
||||
ln_s buildpath, buildpath/"src/github.com/mroth/scmpuff"
|
||||
ENV["GO15VENDOREXPERIMENT"] = "0"
|
||||
ENV["GOPATH"] = buildpath
|
||||
|
||||
# scmpuff's build script normally does version detection which depends on
|
||||
|
|
Loading…
Reference in a new issue