gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)

(LIBPYTHON was renamed MODULE_LDFLAGS in commit 7f5e3f04f.)
This commit is contained in:
Malcolm Smith 2024-08-08 23:00:55 +01:00 committed by GitHub
parent 8c9d1742de
commit 2f5c3b09e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 20 additions and 12 deletions

View file

@ -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@