Staging
v0.5.1
https://github.com/python/cpython
Revision 1dd3794b19cfec448e5a55d8d01efd6bdb5a1169 authored by Brandt Bucher on 12 March 2020, 04:06:46 UTC, committed by GitHub on 12 March 2020, 04:06:46 UTC
1 parent c00c86b
Raw File
Tip revision: 1dd3794b19cfec448e5a55d8d01efd6bdb5a1169 authored by Brandt Bucher on 12 March 2020, 04:06:46 UTC
Simplify defaultdict.__or__ (#18931)
Tip revision: 1dd3794
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