Skip to content

Commit

Permalink
removed Homebrew check (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanBieler authored and lobingera committed Jun 2, 2018
1 parent f1bd654 commit e34d721
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ using BinDeps
using Compat
import Compat.Libdl
import Compat.Sys
import Compat.Pkg

@BinDeps.setup

Expand Down Expand Up @@ -40,9 +39,6 @@ if Sys.iswindows()
end

if is_apple()
if Pkg.installed("Homebrew") === nothing
error("Homebrew package not installed, please run Pkg.add(\"Homebrew\")")
end
using Homebrew
provides( Homebrew.HB, "cairo", cairo, os = :Darwin )
provides( Homebrew.HB, "pango", [pango, pangocairo], os = :Darwin, onload =
Expand Down

0 comments on commit e34d721

Please sign in to comment.