Staging
v0.5.1
https://github.com/python/cpython
Revision 3ef80587f01af27427fc1fcc05d8fd1726edd23d authored by Benjamin Peterson on 02 July 2015, 03:36:21 UTC, committed by Benjamin Peterson on 02 July 2015, 03:36:21 UTC
1 parent fe6399e
Raw File
Tip revision: 3ef80587f01af27427fc1fcc05d8fd1726edd23d authored by Benjamin Peterson on 02 July 2015, 03:36:21 UTC
remove stray '(' (closes #24547)
Tip revision: 3ef8058
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