diff options
| author | Jack Nagel | 2012-11-11 16:24:24 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-11-11 16:24:24 -0600 |
| commit | a33256dee14b5b88e0d5b53e955906567fa67bec (patch) | |
| tree | 26552af016e626070e40c6115321f82b1aab49e6 /Library | |
| parent | e37c64cd456463049296ba2a04821c2f65601c4c (diff) | |
| download | homebrew-a33256dee14b5b88e0d5b53e955906567fa67bec.tar.bz2 | |
Update vendered pc file path in superenv
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/superenv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index 81d5b3c31..127b84704 100644 --- a/Library/Homebrew/superenv.rb +++ b/Library/Homebrew/superenv.rb @@ -120,7 +120,7 @@ class << ENV # we put our paths before X because we dupe some of the X libraries paths << "#{MacSystem.x11_prefix}/lib/pkgconfig" << "#{MacSystem.x11_prefix}/share/pkgconfig" if x11? # Mountain Lion no longer ships some .pcs; ensure we pick up our versions - paths << "#{HOMEBREW_REPOSITORY}/Library/Homebrew/pkgconfig" if MacOS.version >= :mountain_lion + paths << "#{HOMEBREW_REPOSITORY}/Library/ENV/pkgconfig" if MacOS.version >= :mountain_lion paths.to_path_s end |
