Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 6e02691f300c9918ac5806dafa1f2ecef451d733 authored by Ɓukasz Langa on 25 February 2020, 12:21:47 UTC
Python 3.9.0a4
Tip revision: 6e02691
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