Fix brew test on Linux stdenv
This commit is contained in:
parent
58317b47be
commit
9b47057b12
@ -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