mirror of https://github.com/python/cpython
Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a
This commit is contained in:
parent
92919a66d2
commit
b5afe548d4
|
@ -1072,6 +1072,7 @@ frameworkinstallstructure: $(LDLIBRARY)
|
|||
# install (which includes python-config) happy.
|
||||
frameworkinstallmaclib:
|
||||
ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).a"
|
||||
ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).dylib"
|
||||
ln -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(VERSION).dylib"
|
||||
cd Mac && $(MAKE) installmacsubtree DESTDIR="$(DESTDIR)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue