exiv2 - add universal build option
Closes Homebrew/homebrew#18713. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7e812993b2
commit
c038088fd7
1 changed files with 3 additions and 0 deletions
|
@ -5,7 +5,10 @@ class Exiv2 < Formula
|
|||
url 'http://www.exiv2.org/exiv2-0.23.tar.gz'
|
||||
sha1 '5f342bf642477526f41add11d6ee7787cdcd639f'
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue