https://github.com/python/cpython
Raw File
Tip revision: 5612078f68e9688fbf3b1d8565abc79b77501000 authored by Thomas Wouters on 22 May 2023, 12:01:29 UTC
Python 3.12.0b1
Tip revision: 5612078
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} @LIBPYTHON@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top