Skip to content

Commit

Permalink
boost-build: conflicts_with b2-tools (Homebrew#6189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs authored Oct 23, 2016
1 parent d1fffed commit 2dec1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/boost-build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class BoostBuild < Formula
sha256 "03d989cecd3251825466d725f6a00212979b2d41fce344380606b482eaab9b80" => :mountain_lion
end

conflicts_with "b2-tools", :because => "both install `b2` binaries"

def install
system "./bootstrap.sh"
system "./b2", "--prefix=#{prefix}", "install"
Expand Down

0 comments on commit 2dec1f4

Please sign in to comment.