Merge pull request #8113 from rwhogg/stdenv-linux-test-fix
Fix brew test on Linux stdenv
This commit is contained in:
commit
e637123cce
@ -10,7 +10,7 @@ module Stdenv
|
||||
|
||||
return unless @formula
|
||||
|
||||
prepend_path "CPATH", formula.include
|
||||
prepend_path "CPATH", @formula.include
|
||||
prepend_path "LIBRARY_PATH", @formula.lib
|
||||
prepend_path "LD_RUN_PATH", @formula.lib
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user