Skip to content

Commit

Permalink
sdl_gfx: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Mar 6, 2017
1 parent b3683eb commit 5ca0b9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/sdl_gfx.rb
Expand Up @@ -12,12 +12,9 @@ class SdlGfx < Formula
sha256 "aa06ebfac9112febe86ec4a933d807ae88e87329498a71678bd52be51748d9dc" => :mavericks
end

option :universal

depends_on "sdl"

def install
ENV.universal_binary if build.universal?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-sdltest"
Expand Down

0 comments on commit 5ca0b9a

Please sign in to comment.