https://github.com/python/cpython
Raw File
Tip revision: 9a2d5311d1201818d3942b1ea1ab2ad290b45254 authored by Ɓukasz Langa on 06 June 2023, 13:32:21 UTC
Python 3.8.17
Tip revision: 9a2d531
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