https://github.com/python/cpython
Raw File
Tip revision: 3d5d3f7af6498effbc60a3db1d2b5f41ae6c0a75 authored by Thomas Wouters on 10 January 2023, 12:07:54 UTC
Python 3.12.0a4
Tip revision: 3d5d3f7
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