aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-08 23:42:14 -0600
committerJack Nagel2014-03-08 23:42:14 -0600
commit9691b5f68f52f34ebb52b269b06a620bd9675bb6 (patch)
tree61b0d0d042de2fd351b8e3edf45e972e89770a18 /Library
parent1302174bc26c0c9e8fea92b3c056f839ab3be6dc (diff)
downloadhomebrew-9691b5f68f52f34ebb52b269b06a620bd9675bb6.tar.bz2
Pass build_from_source value to dependency installer
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 33fbf84f2..e7027b73b 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -316,6 +316,7 @@ class FormulaInstaller
fi.options |= inherited_options
fi.ignore_deps = true
fi.show_header = false
+ fi.build_from_source = build_from_source
fi.prelude
oh1 "Installing #{f} dependency: #{Tty.green}#{dep.name}#{Tty.reset}"
outdated_keg.unlink if outdated_keg