Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 7b3ab5921fa25ed8b97b6296f97c5c78aacf5447 authored by Ɓukasz Langa on 24 February 2020, 21:36:25 UTC
Python 3.8.2
Tip revision: 7b3ab59
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