aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_installer.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-08 23:42:14 -0600
committerJack Nagel2014-03-08 23:42:14 -0600
commitf01c8a0218609f36dce405ec69c273dbcd458ff0 (patch)
tree49015698bfeefa6b050568713afe75e6bb91a647 /Library/Homebrew/formula_installer.rb
parent3a4bd12d48fd68b1fbde5d07d0208a6939b9e2c8 (diff)
downloadbrew-f01c8a0218609f36dce405ec69c273dbcd458ff0.tar.bz2
Pass build_from_source value to dependency installer
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
-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