aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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'