aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSimon Menke2012-11-26 16:04:39 +0100
committerAdam Vandenberg2012-12-14 12:59:09 -0800
commitcda2c334764e1cb14f595800990a120c30d68c3d (patch)
tree24613d82dcde57c577f86802c17557910fe7bf4e /Library/Formula
parent13957e1a0f9b8c5b9fc0029ac7c22e719fadb536 (diff)
downloadhomebrew-cda2c334764e1cb14f595800990a120c30d68c3d.tar.bz2
go: disable the plan9 cross-compiler
Closes #16242. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/go.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index feddb58de..3390fa913 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -24,11 +24,8 @@ class Go < Formula
['linux', ['386', 'amd64', 'arm'], { :cgo => false }],
['freebsd', ['386', 'amd64'], { :cgo => false }],
- # image/jpeg fails to build
- #['netbsd', ['386', 'amd64'], { :cgo => false }],
-
['openbsd', ['386', 'amd64'], { :cgo => false }],
- ['plan9', ['386'], { :cgo => false }],
+
['windows', ['386', 'amd64'], { :cgo => false }],
]
elsif build.include? 'cross-compile-common'