changes WinRPM packages names hopefully to the correct ones

This commit is contained in:
Spencer Russell 2014-10-26 14:47:36 -04:00
parent 4ebd7b946d
commit 569cdf0d73

4
deps/build.jl vendored
View file

@ -22,8 +22,8 @@ end
@windows_only begin
using WinRPM
provides(WinRPM.RPM, "portaudio", libportaudio, os = :Windows)
provides(WinRPM.RPM, "libsndfile", libsndfile, os = :Windows)
provides(WinRPM.RPM, "libportaudio2", libportaudio, os = :Windows)
provides(WinRPM.RPM, "libsndfile1", libsndfile, os = :Windows)
end
@BinDeps.install [:libportaudio => :libportaudio,