Staging
v0.5.1
https://github.com/python/cpython
Revision f5f6af81ac676e31ad11f0b943c4449b62fc1501 authored by Jesus Cea on 19 February 2012, 03:20:45 UTC, committed by Jesus Cea on 19 February 2012, 03:20:45 UTC
1 parent 6e25099
Raw File
Tip revision: f5f6af81ac676e31ad11f0b943c4449b62fc1501 authored by Jesus Cea on 19 February 2012, 03:20:45 UTC
Fix Test for issue #13500
Tip revision: f5f6af8
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