diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 2df21c511..d59d45041 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -19,7 +19,7 @@ class Go < Formula bash_completion.install 'misc/bash/go' => 'go-completion.bash' zsh_completion.install 'misc/zsh/go' => 'go' - cgo = if ENV.cc == :clang + cgo = if ENV.compiler == :clang # this module cannot build with clang… yet. false else |
