superenv: restore HOMEBREW_PREFIX/lib
This commit is contained in:
parent
c8812522a4
commit
bd4e24ae8f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user