aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-10-23 00:21:10 +0100
committerMike McQuaid2013-11-07 12:06:07 +0000
commit2dabfcdae5bab2bf02ec9844897df91cf7506400 (patch)
tree3acf24ece570a84f4415d148562883690d4d9b44 /Library
parent3283962c84487af562a588211a988cd150054be7 (diff)
downloadhomebrew-2dabfcdae5bab2bf02ec9844897df91cf7506400.tar.bz2
go: use compiler from superenv.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/go.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index ab00cae3c..871d6beec 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -37,9 +37,6 @@ class Go < Formula
def patches; DATA; end if build.stable?
def install
- # For Clang cgo support Go needs to be able to tell through CC.
- ENV['CC'] = 'clang' if build.devel? and ENV.compiler == :clang
-
# install the completion scripts
bash_completion.install 'misc/bash/go' => 'go-completion.bash'
zsh_completion.install 'misc/zsh/go' => 'go'