diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 79d84ad21..58a678903 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -47,7 +47,7 @@ class Python < Formula args = ["--prefix=#{prefix}"] - if ARGV.include? '--universal' + if ARGV.build_universal? args << "--enable-universalsdk=/" << "--with-universal-archs=intel" end |
