https://github.com/python/cpython
Raw File
Tip revision: 1dd9be6584413fbfa823f37a224f101b819505d1 authored by Pablo Galindo on 06 December 2022, 18:30:42 UTC
Python 3.10.9
Tip revision: 1dd9be6
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