Skip to content

Commit

Permalink
go: use compiler from superenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Nov 7, 2013
1 parent 3283962 commit 2dabfcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Library/Formula/go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2dabfcd

Please sign in to comment.