mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00

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>
13 lines
292 B
PkgConfig
13 lines
292 B
PkgConfig
# See: man pkg-config
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Python
|
|
Description: Build a C extension for Python
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs.private: @LIBS@
|
|
Libs: -L${libdir} @LIBPYTHON@
|
|
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|