aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew Yates2017-08-03 10:46:12 +0100
committerGitHub2017-08-03 10:46:12 +0100
commit19cfcc34ef3eb71fcbd45f01b98153fd517a6dfd (patch)
treebbefde3633d78086fc8ea8fb3b6a53c82cb27265 /Library
parent980db9d3fb6671c7562f97dfa3dd4f22fd74083f (diff)
downloadbrew-19cfcc34ef3eb71fcbd45f01b98153fd517a6dfd.tar.bz2
Adding in "/usr/lib/pkg-config"
Moving "/usr/lib/pkg-config" into the pkg-path path
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/os/mac/extend/ENV/super.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/extend/os/mac/extend/ENV/super.rb b/Library/Homebrew/extend/os/mac/extend/ENV/super.rb
index f97a2dbbb..b93e6d3b1 100644
--- a/Library/Homebrew/extend/os/mac/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/os/mac/extend/ENV/super.rb
@@ -29,6 +29,7 @@ module Superenv
def homebrew_extra_pkg_config_paths
paths = \
["#{HOMEBREW_LIBRARY}/Homebrew/os/mac/pkgconfig/#{MacOS.version}"]
+ paths << "/usr/lib/pkg-config"
paths << "#{MacOS::X11.lib}/pkgconfig" << "#{MacOS::X11.share}/pkgconfig" if x11?
paths
end