aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew Yates2017-08-07 11:20:56 +0100
committerGitHub2017-08-07 11:20:56 +0100
commit9b5a3b80bf536471f34f62c7ba5d4dc9ae3aec06 (patch)
tree20b61a87d74e2512726c3a0b31a374c49e977836 /Library
parent365c55573b26b9363746ac39c21f8b90e8ec992f (diff)
downloadbrew-9b5a3b80bf536471f34f62c7ba5d4dc9ae3aec06.tar.bz2
Incorrect - added
I added an extra un-wanted - into the pkgconfig path. Now removed
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/os/mac/extend/ENV/super.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/os/mac/extend/ENV/super.rb b/Library/Homebrew/extend/os/mac/extend/ENV/super.rb
index f50aa5274..9c20cc7c6 100644
--- a/Library/Homebrew/extend/os/mac/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/os/mac/extend/ENV/super.rb
@@ -28,7 +28,7 @@ module Superenv
# @private
def homebrew_extra_pkg_config_paths
paths = \
- ["/usr/lib/pkg-config", "#{HOMEBREW_LIBRARY}/Homebrew/os/mac/pkgconfig/#{MacOS.version}"]
+ ["/usr/lib/pkgconfig", "#{HOMEBREW_LIBRARY}/Homebrew/os/mac/pkgconfig/#{MacOS.version}"]
paths << "#{MacOS::X11.lib}/pkgconfig" << "#{MacOS::X11.share}/pkgconfig" if x11?
paths
end