Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 3c6b436a57893dd1fae4e072768f41a199076252 authored by Ned Deily on 23 December 2018, 21:37:14 UTC
3.6.8final
Tip revision: 3c6b436
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