mirror of
https://github.com/python/cpython.git
synced 2026-03-22 04:30:50 +00:00
Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a
This commit is contained in:
parent
92919a66d2
commit
b5afe548d4
2 changed files with 4 additions and 0 deletions
|
|
@ -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)"
|
||||
|
||||
|
|
|
|||
|
|
@ -64,6 +64,9 @@ Build
|
|||
|
||||
- Switch to OpenSSL 0.9.8l on Windows.
|
||||
|
||||
- Issue #7541: when using ``python-config`` with a framework install the compiler might
|
||||
use the wrong library.
|
||||
|
||||
Tests
|
||||
-----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue