https://github.com/python/cpython
Raw File
Tip revision: b0478d738a30ca6a1a57e059156e7445612f2828 authored by Pablo Galindo on 02 February 2021, 20:43:11 UTC
Fix Sphynx syntax in the memory.rst document
Tip revision: b0478d7
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