diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wine.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index aa387b4f8..71eb2caeb 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -103,6 +103,9 @@ class Wine < Formula ENV.append "CFLAGS", build32 ENV.append "LDFLAGS", build32 + # Help configure find libxml2 in an XCode only (no CLT) installation. + ENV.libxml2 + args = ["--prefix=#{prefix}"] args << "--disable-win16" if MacOS.version <= :leopard or ENV.compiler == :clang |
