Staging
v0.5.1
https://github.com/python/cpython
Revision 646d7fdefbbc95a83df665698af7385d10bde66c authored by Christian Heimes on 19 November 2020, 14:08:34 UTC, committed by GitHub on 19 November 2020, 14:08:34 UTC


Signed-off-by: Christian Heimes <christian@python.org>

Automerge-Triggered-By: GH:tiran
1 parent cfeb543
Raw File
Tip revision: 646d7fdefbbc95a83df665698af7385d10bde66c authored by Christian Heimes on 19 November 2020, 14:08:34 UTC
bpo-1635741: Port gc module to multiphase initialization (GH-23377)
Tip revision: 646d7fd
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