Skip to content

Commit

Permalink
pygtk: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Feb 26, 2017
1 parent 13611ed commit 5c2961d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/pygtk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ class Pygtk < Formula
sha256 "603694d87d2c6193caa164029bc441d93d45cdcd75419c8f8ed11b0902577457" => :mavericks
end

option :universal

depends_on "pkg-config" => :build
depends_on "glib"
depends_on "gtk+"
Expand All @@ -26,7 +24,6 @@ class Pygtk < Formula

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

0 comments on commit 5c2961d

Please sign in to comment.