From 19cfcc34ef3eb71fcbd45f01b98153fd517a6dfd Mon Sep 17 00:00:00 2001 From: Andrew Yates Date: Thu, 3 Aug 2017 10:46:12 +0100 Subject: Adding in "/usr/lib/pkg-config" Moving "/usr/lib/pkg-config" into the pkg-path path--- Library/Homebrew/extend/os/mac/extend/ENV/super.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3