diff options
Diffstat (limited to 'Library/Formula/wine.rb')
| -rw-r--r-- | Library/Formula/wine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 19c897d13..09b56bf8a 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -50,7 +50,7 @@ EOS "--with-x", "--with-coreaudio", "--with-opengl"] - args << "--disable-win16" if MACOS_VERSION < 10.6 + args << "--disable-win16" if MacOS.leopard? # 64-bit builds of mpg123 are incompatible with 32-bit builds of Wine args << "--without-mpg123" if Hardware.is_64_bit? |
