Staging
v0.5.1
https://github.com/python/cpython
Revision b38bd8888a6e90741a989db2fe321e8b98d5a5c4 authored by Miss Islington (bot) on 26 May 2020, 04:52:55 UTC, committed by GitHub on 26 May 2020, 04:52:55 UTC
(cherry picked from commit 2b0e654f91f28379c6c7ef5fd80e8754afb70935)

Co-authored-by: ziheng <zihenglv@gmail.com>
1 parent 1f2cc7c
Raw File
Tip revision: b38bd8888a6e90741a989db2fe321e8b98d5a5c4 authored by Miss Islington (bot) on 26 May 2020, 04:52:55 UTC
bpo-40745: Fix typos in NewType docs (GH-20379)
Tip revision: b38bd88
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