From d2540e16eca0b64184114d7a6fadcf094b09202d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 21 Mar 2014 20:09:22 -0500 Subject: Use frameworks helper --- Library/Formula/python3.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3