Skip to content

Commit

Permalink
libepoxy: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Feb 26, 2017
1 parent 0a2dc0c commit 9d9d377
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Formula/libepoxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ class Libepoxy < Formula
sha256 "f95aff4f5d3aed6991335ea6f67e3377a8a99200a554ca2cb0026c5e20630523" => :yosemite
end

option :universal

depends_on "pkg-config" => :build
depends_on :python => :build if MacOS.version <= :snow_leopard

def install
ENV.universal_binary if build.universal?

system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
Expand Down

0 comments on commit 9d9d377

Please sign in to comment.