removes unncessary Homebrew check in build.jl
This commit is contained in:
parent
4f1ec99080
commit
8d291288cc
1 changed files with 0 additions and 3 deletions
3
deps/build.jl
vendored
3
deps/build.jl
vendored
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue