mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
(LIBPYTHON was renamed MODULE_LDFLAGS in commit 7f5e3f04f.)
This commit is contained in:
parent
8c9d1742de
commit
2f5c3b09e4
7 changed files with 20 additions and 12 deletions
|
|
@ -9,5 +9,5 @@ Description: Build a C extension for Python
|
|||
Requires:
|
||||
Version: @VERSION@
|
||||
Libs.private: @LIBS@
|
||||
Libs: -L${libdir} @MODULE_LDFLAGS@
|
||||
Libs: -L${libdir} @LIBPYTHON@
|
||||
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue