Staging
v0.5.1
https://github.com/python/cpython
Revision c0bc4eff5093bd4268cb3d02b9dca2fcbe7e59ca authored by Benjamin Peterson on 17 June 2014, 02:39:18 UTC, committed by Benjamin Peterson on 17 June 2014, 02:39:18 UTC
1 parent 1a6561e
Raw File
Tip revision: c0bc4eff5093bd4268cb3d02b9dca2fcbe7e59ca authored by Benjamin Peterson on 17 June 2014, 02:39:18 UTC
avoid crashes and lockups from daemon threads during interpreter shutdown (#1856)
Tip revision: c0bc4ef
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