parent
655c6f79b4
commit
643469a17c
@ -6,7 +6,7 @@ module Homebrew extend self
|
|||||||
ENV.activate_extensions!
|
ENV.activate_extensions!
|
||||||
|
|
||||||
if superenv?
|
if superenv?
|
||||||
ENV.x11 = true
|
ENV.x11 = MacOS::X11.installed?
|
||||||
ENV.deps = Formula.installed.select{|f| f.keg_only? and f.opt_prefix.directory? }.map(&:name)
|
ENV.deps = Formula.installed.select{|f| f.keg_only? and f.opt_prefix.directory? }.map(&:name)
|
||||||
end
|
end
|
||||||
ENV.setup_build_environment
|
ENV.setup_build_environment
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user