mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
[3.13] gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-122764) (GH-122842)
gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-122764) (LIBPYTHON was renamed MODULE_LDFLAGS in commit7f5e3f04f.) (cherry picked from commit2f5c3b09e4) Co-authored-by: Malcolm Smith <smith@chaquo.com>
This commit is contained in:
parent
46f973f631
commit
42005c77a0
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