aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 113a883e0..767311eba 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -60,7 +60,8 @@ class Python3 < Formula
--enable-ipv6
--datarootdir=#{share}
--datadir=#{share}
- --enable-framework=#{prefix}/Frameworks]
+ --enable-framework=#{frameworks}
+ ]
args << '--without-gcc' if ENV.compiler == :clang