Staging
v0.5.1
https://github.com/python/cpython
Revision f10006cdb82a27802ec7c9340e59030712d36f29 authored by Serhiy Storchaka on 24 October 2016, 20:47:08 UTC, committed by Serhiy Storchaka on 24 October 2016, 20:47:08 UTC
1 parent 59addd6
Raw File
Tip revision: f10006cdb82a27802ec7c9340e59030712d36f29 authored by Serhiy Storchaka on 24 October 2016, 20:47:08 UTC
Issue #25464: Fixed HList.header_exists() in Tix module by adding
Tip revision: f10006c
python.pc.in
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@
Cflags: -I${includedir}/python@VERSION@ 

back to top