aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-21 20:09:22 -0500
committerJack Nagel2014-03-21 20:10:09 -0500
commitd2540e16eca0b64184114d7a6fadcf094b09202d (patch)
treeaaaf72d117a626859bc6de539fead242b1e5bfee /Library/Formula/python.rb
parent045bcb2bb7133a688f0a6b73600afbd51d084846 (diff)
downloadhomebrew-d2540e16eca0b64184114d7a6fadcf094b09202d.tar.bz2
Use frameworks helper
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