mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
link to CoreFoundation in framework builds #6104
This commit is contained in:
parent
5c9b02dffe
commit
94f75e04a8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue