aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index da0581975..8b5e6afcf 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -24,11 +24,11 @@ class Python <Formula
args = ["--prefix=#{prefix}"]
if ARGV.include? '--framework'
- args << "--with-framework-name=/Developer/SDKs/MacOSX#{MACOS_VERSION}.sdk"
+ args << "--enable-framework"
end
if ARGV.include? '--intel'
- args << "--with-universal-archs=intel"
+ args << "--with-universal-archs=intel --enable-universalsdk=/"
end
system "./configure", *args