https://github.com/python/cpython
Raw File
Tip revision: e319f774f9e766a2b92949444a2d46081df3363a authored by Miss Islington (bot) on 02 August 2024, 13:11:22 UTC
[3.8] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122509)
Tip revision: e319f77
python.pc.in
# 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:
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top