Staging
v0.8.1
https://github.com/python/cpython
Revision 996a1ef8ae26869a5d0792e0bae615806f50594b authored by pxinwr on 28 November 2020, 21:49:47 UTC, committed by GitHub on 28 November 2020, 21:49:47 UTC
1 parent 64c8f81
Raw File
Tip revision: 996a1ef8ae26869a5d0792e0bae615806f50594b authored by pxinwr on 28 November 2020, 21:49:47 UTC
skip test_test of test_mailcap on VxWorks (GH-23507)
Tip revision: 996a1ef
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