diff options
Diffstat (limited to 'Library')
| -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 3fd21b1f0..f0d2903b7 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -80,7 +80,7 @@ class Wine < Formula # libncurses.5.4.dylib, and fails to find it without the fallback path. def library_path - path = %W[#{HOMEBREW_PREFIX}/lib /usr/lib] + paths = %W[#{HOMEBREW_PREFIX}/lib /usr/lib] paths.unshift(MacOS::X11.lib) unless build.without? 'x11' paths.join(':') end |
