Staging
v0.5.1
https://github.com/python/cpython
Revision 2c7f927369922562adecd5c25ad55b4bf733f716 authored by Matthias Klose on 08 June 2017, 01:07:41 UTC, committed by GitHub on 08 June 2017, 01:07:41 UTC
* Update config.{guess,sub} from gnu.org.
(cherry picked from commit 6f46683a6257f22f25d136ed080d58d0c060a43b)
1 parent ceabf9a
Raw File
Tip revision: 2c7f927369922562adecd5c25ad55b4bf733f716 authored by Matthias Klose on 08 June 2017, 01:07:41 UTC
[3.6] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#1990)
Tip revision: 2c7f927
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