Staging
v0.5.1
https://github.com/python/cpython
Revision 625997622b4736e9184bdd8bf1e22a7b51be1afc authored by Victor Stinner on 15 March 2019, 15:03:23 UTC, committed by GitHub on 15 March 2019, 15:03:23 UTC
1 parent 74f6568
Raw File
Tip revision: 625997622b4736e9184bdd8bf1e22a7b51be1afc authored by Victor Stinner on 15 March 2019, 15:03:23 UTC
bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)
Tip revision: 6259976
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