sound-touch: drop universal
This commit is contained in:
parent
5e5145a498
commit
5ad79afc43
1 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,6 @@ class SoundTouch < Formula
|
|||
end
|
||||
|
||||
option "with-integer-samples", "Build using integer samples? (default is float)"
|
||||
option :universal
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
@ -28,8 +27,6 @@ class SoundTouch < Formula
|
|||
]
|
||||
args << "--enable-integer-samples" if build.with? "integer-samples"
|
||||
|
||||
ENV.universal_binary if build.universal?
|
||||
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue