changes WinRPM packages names hopefully to the correct ones
This commit is contained in:
parent
4ebd7b946d
commit
569cdf0d73
1 changed files with 2 additions and 2 deletions
4
deps/build.jl
vendored
4
deps/build.jl
vendored
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue