Skip to content

Commit

Permalink
ta-lib: support universal builds
Browse files Browse the repository at this point in the history
Closes Homebrew#19129.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
mrjbq7 authored and dshean committed May 26, 2013
1 parent c5c24da commit 3be5f6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/ta-lib.rb
Expand Up @@ -5,7 +5,10 @@ class TaLib < Formula
url 'http://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz'
sha1 'b326b91e79ca1e569e95aad91e87a38640dd5f1b'

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 3be5f6f

Please sign in to comment.