diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/boost.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index ff237bbbf..7035a4006 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -1,7 +1,7 @@ require 'formula' def needs_universal_python? - ARGV.build_universal? and not ARGV.include? "--without-python" + build.universal? and not build.include? "without-python" end class UniversalPython < Requirement |
