fixes broken deps file
This commit is contained in:
parent
5f53bcebc3
commit
b5f125c1b1
1 changed files with 2 additions and 2 deletions
4
deps/build.jl
vendored
4
deps/build.jl
vendored
|
@ -13,12 +13,12 @@ provides(AptGet, "libportaudio2", libportaudio)
|
||||||
provides(Pacman, "portaudio", libportaudio)
|
provides(Pacman, "portaudio", libportaudio)
|
||||||
|
|
||||||
|
|
||||||
@static if is_apple() begin
|
@static if is_apple()
|
||||||
using Homebrew
|
using Homebrew
|
||||||
provides(Homebrew.HB, "portaudio", libportaudio)
|
provides(Homebrew.HB, "portaudio", libportaudio)
|
||||||
end
|
end
|
||||||
|
|
||||||
@static if is_windows() begin
|
@static if is_windows()
|
||||||
using WinRPM
|
using WinRPM
|
||||||
provides(WinRPM.RPM, "libportaudio2", libportaudio, os = :Windows)
|
provides(WinRPM.RPM, "libportaudio2", libportaudio, os = :Windows)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue