https://github.com/python/cpython
Raw File
Tip revision: 49965601d6afedafe47cc85556d99b7a24981051 authored by Pablo Galindo on 24 August 2023, 12:45:33 UTC
Python 3.10.13
Tip revision: 4996560
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