aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements.rb
diff options
context:
space:
mode:
authorJack Nagel2015-06-25 23:55:45 -0400
committerJack Nagel2015-06-26 00:00:44 -0400
commit27e184f543af602e73fc302126f4dc8c15758825 (patch)
treebbab4d307fef6778d57b801e34cf98bb517173b5 /Library/Homebrew/requirements.rb
parente40b73521709189c7d95169ff88939179d45d665 (diff)
downloadbrew-27e184f543af602e73fc302126f4dc8c15758825.tar.bz2
Mark some requirements that don't need the build environment
Diffstat (limited to 'Library/Homebrew/requirements.rb')
-rw-r--r--Library/Homebrew/requirements.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index d15995810..0f4f95860 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -100,7 +100,7 @@ class ArchRequirement < Requirement
super
end
- satisfy do
+ satisfy(:build_env => false) do
case @arch
when :x86_64 then MacOS.prefer_64_bit?
when :intel, :ppc then Hardware::CPU.type == @arch