From d6bb885ae7cc2bc30d3326beebd7bd3b83bab583 Mon Sep 17 00:00:00 2001 From: samueljohn Date: Tue, 2 Oct 2012 18:08:55 +0200 Subject: [PATCH] python: Fix universal build for superenv Closes Homebrew/homebrew#15243. Signed-off-by: Adam Vandenberg --- Formula/python.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/python.rb b/Formula/python.rb index b4ef9033fbe..588825c3fa4 100644 --- a/Formula/python.rb +++ b/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