Staging
v0.5.1
https://github.com/python/cpython
Revision 7aec764d7391a077c2d8cc9610d506fc9970f0d8 authored by Steve Dower on 24 June 2015, 03:48:32 UTC, committed by Steve Dower on 24 June 2015, 03:48:32 UTC
1 parent 27947d5
Raw File
Tip revision: 7aec764d7391a077c2d8cc9610d506fc9970f0d8 authored by Steve Dower on 24 June 2015, 03:48:32 UTC
Closes #24244: Removes invalid test from test_time
Tip revision: 7aec764
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