Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: c33378df3988de26a07df9cb9ba5df4192ed9c4e authored by Ɓukasz Langa on 24 January 2020, 21:05:07 UTC
Python 3.9.0a3
Tip revision: c33378d
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