diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/thrift.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index 08b76a244..2ba9f7ec5 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -52,7 +52,7 @@ class Thrift < Formula def install system "./bootstrap.sh" unless build.stable? - exclusions = ["--without-ruby", "--disable-tests", "--without-php_extension"] + exclusions = ["--without-ruby", "--without-tests", "--without-php_extension"] exclusions << "--without-python" if build.without? "python" exclusions << "--without-haskell" if build.without? "haskell" |
