diff options
Diffstat (limited to 'Library/Formula')
| -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 8a77eeca5..7b1d7cc9e 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -53,7 +53,7 @@ class Wine < Formula # note that all wine dependencies should declare a --universal option in their formula, # otherwise homebrew will not notice that they are not built universal def require_universal_deps? - true + MacOS.prefer_64_bit? end # Wine will build both the Mac and the X11 driver by default, and you can switch |
