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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index c969c8e04..c9edf4f1e 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -69,7 +69,7 @@ class Python < Formula
--enable-ipv6
--datarootdir=#{share}
--datadir=#{share}
- --enable-framework=#{prefix}/Frameworks
+ --enable-framework=#{frameworks}
]
args << '--without-gcc' if ENV.compiler == :clang