webp: remove universal
This commit is contained in:
parent
6a4597a577
commit
2e69f2c7e9
1 changed files with 0 additions and 3 deletions
|
@ -20,8 +20,6 @@ class Webp < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
option :universal
|
||||
|
||||
depends_on "libpng"
|
||||
depends_on "jpeg" => :recommended
|
||||
depends_on "libtiff" => :optional
|
||||
|
@ -30,7 +28,6 @@ class Webp < Formula
|
|||
def install
|
||||
system "./autogen.sh" if build.head?
|
||||
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-gl",
|
||||
"--enable-libwebpmux",
|
||||
|
|
Loading…
Reference in a new issue