Staging
v0.5.1
https://github.com/python/cpython
Revision bf62515a5ba9214c999c2feb54a958c3ec4d134f authored by Ned Deily on 11 December 2019, 09:37:54 UTC, committed by Ned Deily on 11 December 2019, 09:37:54 UTC
1 parent 7ea0551
Raw File
Tip revision: bf62515a5ba9214c999c2feb54a958c3ec4d134f authored by Ned Deily on 11 December 2019, 09:37:54 UTC
Post release updates
Tip revision: bf62515
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