Staging
v0.5.1
https://github.com/python/cpython
Revision 69372eea08509b4209977f5643db02d6b8d10ca3 authored by Miss Islington (bot) on 28 July 2019, 11:48:26 UTC, committed by GitHub on 28 July 2019, 11:48:26 UTC
(cherry picked from commit 17a058ed6ffa7f56c0920d15d214ad080e7eef86)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
1 parent 76821ba
Raw File
Tip revision: 69372eea08509b4209977f5643db02d6b8d10ca3 authored by Miss Islington (bot) on 28 July 2019, 11:48:26 UTC
Remove trailing .0 from version changed note (GH-14987)
Tip revision: 69372ee
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