From 320c05133eb4a87c963712f6033f97e083c1d17d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 3 Aug 2009 15:22:04 -0700 Subject: Updated Python recipe No longer strips the main Python executable, as that was breaking the ability of dlopen() and thus import .so based modules. This change depends on changes to keg & formula that allow files to not be cleaned. Also, replaced a duplicate libpython2.6.a with a link (saves 6MB.) --- Library/Formula/python.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index ea3da4a25..6118ad716 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -9,11 +9,18 @@ class Python