Staging
v0.8.1
https://github.com/python/cpython
Revision 15ea3a6a320623328530e5d8da5b83c75766180b authored by Steve Dower on 28 January 2018, 23:34:09 UTC, committed by GitHub on 28 January 2018, 23:34:09 UTC
1 parent f11b460
Raw File
Tip revision: 15ea3a6a320623328530e5d8da5b83c75766180b authored by Steve Dower on 28 January 2018, 23:34:09 UTC
bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399)
Tip revision: 15ea3a6
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