https://github.com/python/cpython
Revision 804d8b3c861e9cc422aa689c95a3431c5a4407cb authored by Larry Hastings on 02 August 2018, 09:16:41 UTC, committed by Larry Hastings on 02 August 2018, 09:16:41 UTC
1 parent 57b85d3
Raw File
Tip revision: 804d8b3c861e9cc422aa689c95a3431c5a4407cb authored by Larry Hastings on 02 August 2018, 09:16:41 UTC
Add Blurb entry for 3.4.9 final.
Tip revision: 804d8b3
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