Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: b00a2b5b76afded9fccaad61cfca1cc0baafdbdc authored by Ɓukasz Langa on 09 December 2019, 17:47:55 UTC
Python 3.8.1rc1
Tip revision: b00a2b5
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