Skip to content

Commit

Permalink
superenv: restore HOMEBREW_PREFIX/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jul 13, 2016
1 parent c881252 commit bd4e24a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/extend/ENV/super.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def homebrew_extra_library_paths

def determine_library_paths
paths = keg_only_deps.map { |d| d.opt_lib.to_s }
paths << "#{HOMEBREW_PREFIX}/lib"
paths += homebrew_extra_library_paths
paths.to_path_s
end
Expand Down

0 comments on commit bd4e24a

Please sign in to comment.