aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorsamueljohn2012-10-02 18:08:55 +0200
committerAdam Vandenberg2012-10-02 10:10:40 -0700
commitd6c0cbcc5db4247d605e05d298a9ddf9bf930330 (patch)
tree79123033ea2deefb9179ef0bae5439620dd1859f /Library/Formula
parent3a72c3e9b759586a8d07afbfb6ae2c4962ee9dca (diff)
downloadhomebrew-d6c0cbcc5db4247d605e05d298a9ddf9bf930330.tar.bz2
python: Fix universal build for superenv
Closes #15243. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/python.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index b4ef9033f..588825c3f 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -87,6 +87,7 @@ class Python < Formula
distutils_fix_stdenv
if build.universal?
+ ENV.universal_binary
args << "--enable-universalsdk=/" << "--with-universal-archs=intel"
end