https://github.com/python/cpython
Raw File
Tip revision: 3a83b172af1bde6032ecca7c1a2e6b82d06325e1 authored by Thomas Wouters on 05 June 2024, 14:43:18 UTC
Python 3.13.0b2
Tip revision: 3a83b17
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: -L${libdir} @MODULE_LDFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top