Staging
v0.8.1
https://github.com/python/cpython
Revision b086ea5edc44cf64ecfb645d578927aa96e8c355 authored by Miss Islington (bot) on 10 February 2020, 11:40:15 UTC, committed by GitHub on 10 February 2020, 11:40:15 UTC
(cherry picked from commit 3ed4d251587c36c3853daf42602eaad121b59bba)

Co-authored-by: Don Kirkby <donkirkby@users.noreply.github.com>
1 parent af95d79
Raw File
Tip revision: b086ea5edc44cf64ecfb645d578927aa96e8c355 authored by Miss Islington (bot) on 10 February 2020, 11:40:15 UTC
Grammar fix in tutorial (GH-18425) (GH-18426)
Tip revision: b086ea5
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