sdl: drop universal
This commit is contained in:
parent
f2273592f5
commit
bf5dc55224
1 changed files with 0 additions and 3 deletions
|
@ -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}]
|
||||
|
|
Loading…
Reference in a new issue