Staging
v0.8.1
https://github.com/python/cpython
Revision fc40b3020cf3c869833fd5d3720cf9768fe3bb46 authored by Raymond Hettinger on 29 November 2020, 18:47:22 UTC, committed by GitHub on 29 November 2020, 18:47:22 UTC
1 parent 8668431
Raw File
Tip revision: fc40b3020cf3c869833fd5d3720cf9768fe3bb46 authored by Raymond Hettinger on 29 November 2020, 18:47:22 UTC
bpo-42450: Minor updates to the itertools recipes (GH-23555)
Tip revision: fc40b30
python-embed.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Embed Python into an application
Requires:
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top