diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sound-touch.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/sound-touch.rb b/Library/Formula/sound-touch.rb index b37a91af5..51d6b8481 100644 --- a/Library/Formula/sound-touch.rb +++ b/Library/Formula/sound-touch.rb @@ -13,6 +13,7 @@ class SoundTouch < Formula end option "with-integer-samples", "Build using integer samples? (default is float)" + option :universal depends_on "autoconf" => :build depends_on "automake" => :build @@ -25,6 +26,8 @@ class SoundTouch < Formula "--prefix=#{prefix}"] args << "--enable-integer-samples" if build.with? "integer-samples" + ENV.universal_binary if build.universal? + system "./configure",*args system "make", "install" end |
