Skip to content

Commit

Permalink
sdl_sound: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Feb 26, 2017
1 parent 16edac9 commit 258e3cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Formula/sdl_sound.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class SdlSound < Formula
depends_on "libtool" => :build
end

option :universal

depends_on "pkg-config" => :build
depends_on "sdl"
depends_on "flac" => :optional
Expand All @@ -34,8 +32,6 @@ class SdlSound < Formula
depends_on "physfs" => :optional

def install
ENV.universal_binary if build.universal?

if build.head?
inreplace "bootstrap", "/usr/bin/glibtoolize", "#{Formula["libtool"].opt_bin}/glibtoolize"
system "./bootstrap"
Expand Down

0 comments on commit 258e3cd

Please sign in to comment.