mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
One more change for issue 9807, by Matthias Klose.
This adds $ABIFLAGS to the static library, since it should match the shared library name. Also, include the abiflags in python-config --libs.
This commit is contained in:
parent
eebccfb10c
commit
f040d7de94
4 changed files with 6 additions and 5 deletions
|
|
@ -8,6 +8,6 @@ Description: Python library
|
|||
Requires:
|
||||
Version: @VERSION@
|
||||
Libs.private: @LIBS@
|
||||
Libs: -L${libdir} -lpython@VERSION@
|
||||
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
|
||||
Cflags: -I${includedir}/python@VERSION@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue