aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/build.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index 31e6d6f3d..971f59ec4 100755
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -55,10 +55,11 @@ rescue Exception => e
end
class Build
- attr_reader :f
+ attr_reader :f, :deps
def initialize(f)
@f = f
+ @deps = expand_deps
end
def post_superenv_hacks
@@ -87,7 +88,6 @@ class Build
end
def install
- deps = expand_deps
keg_only_deps = deps.select(&:keg_only?)
pre_superenv_hacks