diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 3 |
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' |
