From: Benjamin Peterson Date: Mon, 25 May 2009 13:48:17 +0000 (+0000) Subject: link to CoreFoundation in framework builds #6104 X-Git-Tag: v3.1rc1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f75e04a8a95a970e8f951af9edbb053bff8b44;p=python link to CoreFoundation in framework builds #6104 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 25eb727f2b..02cb586292 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -462,10 +462,11 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \ -all_load $(LIBRARY) -Wl,-single_module \ -install_name $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) \ -compatibility_version $(VERSION) \ - -current_version $(VERSION); \ + -current_version $(VERSION) \ + -framework CoreFoundation; \ else \ /usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \ - @LIBTOOL_CRUFT@ ;\ + @LIBTOOL_CRUFT@ -framework CoreFoundation;\ fi $(INSTALL) -d -m $(DIRMODE) \ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/English.lproj