Staging
v0.5.1
https://github.com/python/cpython
Revision 42198571c586e0dc56836b79329f94952b1975bb authored by Miss Islington (bot) on 12 June 2018, 00:58:06 UTC, committed by Ned Deily on 12 June 2018, 00:58:06 UTC
(cherry picked from commit 4531ec74c4a9c8e15ee2bdec11b12796ce000f6f)

Co-authored-by: Ned Deily <nad@python.org>
1 parent a5db479
Raw File
Tip revision: 42198571c586e0dc56836b79329f94952b1975bb authored by Miss Islington (bot) on 12 June 2018, 00:58:06 UTC
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651)
Tip revision: 4219857
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