sdl: drop universal

This commit is contained in:
FX Coudert 2017-02-26 01:34:34 +01:00
parent f2273592f5
commit bf5dc55224

View file

@ -22,7 +22,6 @@ class Sdl < Formula
option "with-x11", "Compile with support for X11 video driver"
option "with-test", "Compile and install the tests"
option :universal
deprecated_option "with-x11-driver" => "with-x11"
deprecated_option "with-tests" => "with-test"
@ -60,8 +59,6 @@ class Sdl < Formula
# keg-only but I doubt that will be needed.
inreplace %w[sdl.pc.in sdl-config.in], "@prefix@", HOMEBREW_PREFIX
ENV.universal_binary if build.universal?
system "./autogen.sh" if build.head? || build.with?("x11")
args = %W[--prefix=#{prefix}]