Fix brew test on Linux stdenv

This commit is contained in:
Bob Wombat Hogg 2020-07-27 21:41:03 -04:00
parent 58317b47be
commit 9b47057b12

View File

@ -10,7 +10,7 @@ module Stdenv
return unless @formula return unless @formula
prepend_path "CPATH", formula.include prepend_path "CPATH", @formula.include
prepend_path "LIBRARY_PATH", @formula.lib prepend_path "LIBRARY_PATH", @formula.lib
prepend_path "LD_RUN_PATH", @formula.lib prepend_path "LD_RUN_PATH", @formula.lib
end end