Remove the universal accessor from BuildOptions

BuildOptions is now immutable (finally).
master
Jack Nagel 2014-08-16 01:33:41 -05:00
parent f0bdc57a8a
commit 6d476a6de2
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@ 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
require_universal_deps
def require_universal_deps?
true
end
# Wine will build both the Mac and the X11 driver by default, and you can switch
# between them. But if you really want to build without X11, you can.