fixes broken deps file

This commit is contained in:
Spencer Russell 2016-08-26 13:03:59 -04:00
parent 5f53bcebc3
commit b5f125c1b1

4
deps/build.jl vendored
View file

@ -13,12 +13,12 @@ provides(AptGet, "libportaudio2", libportaudio)
provides(Pacman, "portaudio", libportaudio)
@static if is_apple() begin
@static if is_apple()
using Homebrew
provides(Homebrew.HB, "portaudio", libportaudio)
end
@static if is_windows() begin
@static if is_windows()
using WinRPM
provides(WinRPM.RPM, "libportaudio2", libportaudio, os = :Windows)
end