Skip to content

Commit

Permalink
szip: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Feb 26, 2017
1 parent 04e522c commit 591aeec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/szip.rb
Expand Up @@ -13,10 +13,7 @@ class Szip < Formula
sha256 "df5cfb198d5fbdc45bf9e386ffcf25535b995ca32477afe03ca2d277443ef022" => :mavericks
end

option :universal

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

0 comments on commit 591aeec

Please sign in to comment.