Skip to content

Commit

Permalink
disable precompiled on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Oct 18, 2023
1 parent baaba6c commit 70a49e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bundlex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ defmodule Membrane.PortAudio.BundlexProject do
"https://github.com/membraneframework-precompiled/precompiled_portaudio/releases/latest/download/portaudio"

case Bundlex.get_target() do
%{os: "linux"} ->
{[{:precompiled, "#{url_prefix}_linux.tar.gz"}, :pkg_config], "portaudio"}

%{architecture: "x86_64", os: "darwin" <> _rest_of_os_name} ->
{[{:precompiled, "#{url_prefix}_macos_intel.tar.gz"}, :pkg_config], "portaudio"}

Expand Down

0 comments on commit 70a49e0

Please sign in to comment.