Staging
v0.8.1
https://github.com/python/cpython
Revision 0277b914cacfb270e902536ca54c9e5395c76368 authored by Łukasz Langa on 13 July 2020, 20:49:45 UTC, committed by Łukasz Langa on 13 July 2020, 20:49:45 UTC
2 parent s f56c75e + dfa645a
Raw File
Tip revision: 0277b914cacfb270e902536ca54c9e5395c76368 authored by Łukasz Langa on 13 July 2020, 20:49:45 UTC
Merge tag 'v3.8.4' into 3.8
Tip revision: 0277b91
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