python: Fix universal build for superenv

Closes Homebrew/homebrew#15243.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
samueljohn 2012-10-02 18:08:55 +02:00 committed by Adam Vandenberg
parent 9a400463c9
commit d6bb885ae7
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class Python < Formula
distutils_fix_stdenv
if build.universal?
ENV.universal_binary
args << "--enable-universalsdk=/" << "--with-universal-archs=intel"
end