Merge pull request #8113 from rwhogg/stdenv-linux-test-fix

Fix brew test on Linux stdenv
This commit is contained in:
Michka Popoff 2020-07-28 07:28:58 +02:00 committed by GitHub
commit e637123cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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