Staging
v0.5.1
https://github.com/python/cpython
Revision 321f28c5f4b7361fa1b6330697b28481b4565ec8 authored by Miss Islington (bot) on 25 September 2018, 12:38:45 UTC, committed by GitHub on 25 September 2018, 12:38:45 UTC
(cherry picked from commit 604e7b9931f9e7881a2941816e538f5f15930db8)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
1 parent db23206
Raw File
Tip revision: 321f28c5f4b7361fa1b6330697b28481b4565ec8 authored by Miss Islington (bot) on 25 September 2018, 12:38:45 UTC
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tip revision: 321f28c
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