Staging
v0.8.1
https://github.com/python/cpython
Revision b4f3d80d4fba239f8376c969aa6b0c244177062a authored by Serhiy Storchaka on 07 November 2014, 12:07:43 UTC, committed by Serhiy Storchaka on 07 November 2014, 12:07:43 UTC
1 parent 4535b11
Raw File
Tip revision: b4f3d80d4fba239f8376c969aa6b0c244177062a authored by Serhiy Storchaka on 07 November 2014, 12:07:43 UTC
Backported tests for issue #22406.
Tip revision: b4f3d80
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