https://github.com/python/cpython
Raw File
Tip revision: 3ddfa55df48a67a5972feac32eaeb85effeda8e3 authored by Pablo Galindo on 07 March 2022, 12:28:08 UTC
Python 3.11.0a6
Tip revision: 3ddfa55
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