Staging
v0.5.1
https://github.com/python/cpython
Revision b2e281aaa2e4a1f24671d293dfd06b23bb052e47 authored by Miss Islington (bot) on 06 January 2020, 16:26:13 UTC, committed by GitHub on 06 January 2020, 16:26:13 UTC
(cherry picked from commit 5ec91f78d59d9c39b984f284e00cd04b96ddb5db)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 33cb4a6
Raw File
Tip revision: b2e281aaa2e4a1f24671d293dfd06b23bb052e47 authored by Miss Islington (bot) on 06 January 2020, 16:26:13 UTC
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
Tip revision: b2e281a
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