diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/juju.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/juju.rb b/Library/Formula/juju.rb index 20d1248a5..4d156e1ae 100644 --- a/Library/Formula/juju.rb +++ b/Library/Formula/juju.rb @@ -7,6 +7,10 @@ class Juju < Formula    depends_on 'go' => :build +  fails_with :clang do +    cause "clang: error: no such file or directory: 'libgcc.a'" +  end +    def install      ENV['GOPATH'] = buildpath      args = %w(install launchpad.net/juju-core/cmd/juju)  | 
