diff options
| author | Jack Nagel | 2014-03-21 20:09:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-21 20:10:09 -0500 |
| commit | d2540e16eca0b64184114d7a6fadcf094b09202d (patch) | |
| tree | aaaf72d117a626859bc6de539fead242b1e5bfee /Library/Formula/python.rb | |
| parent | 045bcb2bb7133a688f0a6b73600afbd51d084846 (diff) | |
| download | homebrew-d2540e16eca0b64184114d7a6fadcf094b09202d.tar.bz2 | |
Use frameworks helper
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
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 |
