brew --env: respect --universal
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9c83af341f
commit
d7c1d355f1
@ -5,6 +5,7 @@ module Homebrew extend self
|
|||||||
def __env
|
def __env
|
||||||
ENV.extend(HomebrewEnvExtension)
|
ENV.extend(HomebrewEnvExtension)
|
||||||
ENV.setup_build_environment
|
ENV.setup_build_environment
|
||||||
|
ENV.universal_binary if ARGV.build_universal?
|
||||||
dump_build_env ENV
|
dump_build_env ENV
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user