diff options
| author | Mike McQuaid | 2013-10-23 00:21:10 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-07 12:06:07 +0000 |
| commit | 2dabfcdae5bab2bf02ec9844897df91cf7506400 (patch) | |
| tree | 3acf24ece570a84f4415d148562883690d4d9b44 | |
| parent | 3283962c84487af562a588211a988cd150054be7 (diff) | |
| download | homebrew-2dabfcdae5bab2bf02ec9844897df91cf7506400.tar.bz2 | |
go: use compiler from superenv.
| -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' |
