audit: activate ENV extensions
This commit is contained in:
parent
cec8d74239
commit
809a52a6a3
@ -8,6 +8,7 @@ module Homebrew extend self
|
||||
if superenv?
|
||||
ENV.deps = ARGV.formulae.map(&:name) unless ARGV.named.empty?
|
||||
end
|
||||
|
||||
ENV.setup_build_environment
|
||||
ENV.universal_binary if ARGV.build_universal?
|
||||
if $stdout.tty?
|
||||
|
||||
@ -8,6 +8,7 @@ module Homebrew extend self
|
||||
formula_count = 0
|
||||
problem_count = 0
|
||||
|
||||
ENV.activate_extensions!
|
||||
ENV.setup_build_environment
|
||||
|
||||
ff = if ARGV.named.empty?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user