From d6c0cbcc5db4247d605e05d298a9ddf9bf930330 Mon Sep 17 00:00:00 2001 From: samueljohn Date: Tue, 2 Oct 2012 18:08:55 +0200 Subject: python: Fix universal build for superenv Closes #15243. Signed-off-by: Adam Vandenberg --- Library/Formula/python.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3