https://github.com/python/cpython
Raw File
Tip revision: 1e3d2d52109c9d82ba307116e912d16bb4b0dbb7 authored by Ɓukasz Langa on 06 December 2022, 18:59:58 UTC
Python 3.8.16
Tip revision: 1e3d2d5
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