juju: fails with clang

master
Adam Vandenberg 2013-09-19 22:21:47 -07:00
parent 81c4fc5d1b
commit 608d828291
1 changed files with 4 additions and 0 deletions

View File

@ -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)