From 834f2b186347f804f2b48f97ee133f953d6533ef Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sat, 4 Apr 2015 23:47:20 -0700 Subject: wine: don't require universal deps on 32-bit Intel Fixes #38357. --- Library/Formula/wine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3