https://github.com/python/cpython
Raw File
Tip revision: 4064156d62622c1009d32bb87ba17a5e9ecb9d37 authored by Ɓukasz Langa on 16 February 2021, 20:10:19 UTC
Python 3.9.2rc1
Tip revision: 4064156
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