modd: remove deprecated MacOS.prefer_64_bit?
This commit is contained in:
parent
46a54a2ead
commit
ff7b719ea6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Modd < Formula
|
|||
|
||||
def install
|
||||
ENV["GOOS"] = "darwin"
|
||||
ENV["GOARCH"] = MacOS.prefer_64_bit? ? "amd64" : "386"
|
||||
ENV["GOARCH"] = "amd64"
|
||||
ENV["GOPATH"] = buildpath
|
||||
ENV["GOBIN"] = bin
|
||||
(buildpath/"src/github.com/cortesi/modd").install buildpath.children
|
||||
|
|
Loading…
Reference in a new issue