Skip to content

Commit

Permalink
libyaml: style
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed May 27, 2013
1 parent 83177bc commit a609be7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Formula/libyaml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ class Libyaml < Formula
option :universal

def install
args = ["--prefix=#{prefix}"]
ENV.universal_binary if build.universal?

if build.universal?
ENV.universal_binary
args << "--disable-dependency-tracking"
end

system './configure', *args
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit a609be7

Please sign in to comment.