Skip to content

Commit

Permalink
libyaml: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Feb 26, 2017
1 parent 0eb58b8 commit 24d7b2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Formula/libyaml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ class Libyaml < Formula
sha256 "3a7788655c3c8f3b7ad73521928277ca5433789e134f437534702145171b1104" => :yosemite
end

option :universal

def install
ENV.universal_binary if build.universal?

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

0 comments on commit 24d7b2f

Please sign in to comment.