Staging
v0.5.1
https://github.com/python/cpython
Revision f410ce8c0989ef14f0f935e256d82e96f5e0602b authored by Brett Cannon on 10 August 2012, 21:41:23 UTC, committed by Brett Cannon on 10 August 2012, 21:41:23 UTC
1 parent e9175bd
Raw File
Tip revision: f410ce8c0989ef14f0f935e256d82e96f5e0602b authored by Brett Cannon on 10 August 2012, 21:41:23 UTC
Issue #15502: Refactor some code.
Tip revision: f410ce8
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