https://github.com/python/cpython
Raw File
Tip revision: 2de452f8bf2f78417e04bcf7919beb502c53a0e2 authored by Ɓukasz Langa on 16 March 2022, 12:12:59 UTC
Python 3.9.11, take two
Tip revision: 2de452f
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