Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: d56cd4006a1c5e07b0bf69fad9fc8e2fbf6aa855 authored by Ned Deily on 27 June 2020, 09:14:00 UTC
3.6.11
Tip revision: d56cd40
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top