removes unncessary Homebrew check in build.jl

This commit is contained in:
Spencer Russell 2014-08-30 11:46:05 -04:00
parent 4f1ec99080
commit 8d291288cc

3
deps/build.jl vendored
View file

@ -15,9 +15,6 @@ provides(Pacman, {"libsndfile" => libsndfile})
@osx_only begin
if Pkg.installed("Homebrew") === nothing
error("Homebrew package not installed, please run Pkg.add(\"Homebrew\")")
end
using Homebrew
provides(Homebrew.HB, {"portaudio" => libportaudio})
provides(Homebrew.HB, {"libsndfile" => libsndfile})