Staging
v0.5.1
https://github.com/python/cpython
Revision f533cb80cbbb7acdf9ce1978cfba095ce5eeedaa authored by Yurii Karabas on 26 November 2020, 07:36:37 UTC, committed by GitHub on 26 November 2020, 07:36:37 UTC
1 parent 87f7ab5
Raw File
Tip revision: f533cb80cbbb7acdf9ce1978cfba095ce5eeedaa authored by Yurii Karabas on 26 November 2020, 07:36:37 UTC
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Tip revision: f533cb8
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