modd: remove deprecated MacOS.prefer_64_bit?

This commit is contained in:
Michka Popoff 2019-01-20 14:48:22 +01:00
parent 46a54a2ead
commit ff7b719ea6

View file

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