now shipping pre-built shim binary for linux also

This commit is contained in:
Spencer Russell 2014-07-27 15:39:24 -04:00
parent f6544cf7fd
commit 18f0cee2e5
2 changed files with 2 additions and 5 deletions

7
deps/build.jl vendored
View file

@ -23,8 +23,5 @@ end
@BinDeps.install [:libportaudio => :libportaudio, @BinDeps.install [:libportaudio => :libportaudio,
:libsndfile => :libsndfile] :libsndfile => :libsndfile]
# we're shipping a binary for OSX # cd(Pkg.dir("AudioIO", "deps", "src"))
@linux_only begin # run(`make`)
cd(Pkg.dir("AudioIO", "deps", "src"))
run(`make`)
end

BIN
deps/usr/lib/libportaudio_shim.so vendored Executable file

Binary file not shown.