superenv: restore HOMEBREW_PREFIX/lib

This commit is contained in:
Dominyk Tiller 2016-07-13 01:18:42 +01:00
parent c8812522a4
commit bd4e24ae8f
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -179,6 +179,7 @@ module Superenv
def determine_library_paths def determine_library_paths
paths = keg_only_deps.map { |d| d.opt_lib.to_s } paths = keg_only_deps.map { |d| d.opt_lib.to_s }
paths << "#{HOMEBREW_PREFIX}/lib"
paths += homebrew_extra_library_paths paths += homebrew_extra_library_paths
paths.to_path_s paths.to_path_s
end end