aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index c6296dbe7..a6065e9dd 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -83,7 +83,7 @@ class Wine < Formula
ENV["LIBS"] = "-lGL -lGLU"
ENV.append "CFLAGS", build32
- if ENV.compiler == :clang and !build.devel?
+ if ENV.compiler == :clang
opoo <<-EOS.undent
Clang currently miscompiles some parts of Wine. If you have gcc, you
can get a more stable build with: