mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-122764) (LIBPYTHON was renamed MODULE_LDFLAGS in commit 7f5e3f04f.) (cherry picked from commit 2f5c3b09e45798a18d60841d04a165fb062be666) Co-authored-by: Malcolm Smith <smith@chaquo.com>
14 lines
292 B
PkgConfig
14 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@
|