https://github.com/python/cpython
Raw File
Tip revision: 5a7e1e0a92622c605ab28c95b3dd61a21d285ad5 authored by Pablo Galindo on 11 July 2022, 15:24:37 UTC
Python 3.11.0b4
Tip revision: 5a7e1e0
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