adds alias so Pkg.build works on WinRPM
This commit is contained in:
parent
2889669b7f
commit
6433b6fb93
1 changed files with 2 additions and 1 deletions
3
deps/build.jl
vendored
3
deps/build.jl
vendored
|
@ -5,7 +5,8 @@ using Compat
|
|||
|
||||
ENV["JULIA_ROOT"] = abspath(JULIA_HOME, "../../")
|
||||
|
||||
libportaudio = library_dependency("libportaudio")
|
||||
# include alias for WinRPM library
|
||||
libportaudio = library_dependency("libportaudio", aliases=["libportaudio-2"])
|
||||
|
||||
# TODO: add other providers with correct names
|
||||
provides(AptGet, "libportaudio2", libportaudio)
|
||||
|
|
Loading…
Reference in a new issue