diff options
| author | Jack Nagel | 2012-11-11 16:24:24 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-11-11 16:24:24 -0600 |
| commit | 6136c3c5d186d0e7460d8c014d019218fec27d89 (patch) | |
| tree | 64d58765dd3ce11de33f5f8a58349e9eb2d1c0b1 /Library | |
| parent | 847baa9e143010b79aec043d44a7247911d42063 (diff) | |
| download | brew-6136c3c5d186d0e7460d8c014d019218fec27d89.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 |
