Staging
v0.5.1
https://github.com/python/cpython
Revision 2037502613471a0a0a0262085cc50adb378ebbad authored by Hai Shi on 17 March 2020, 01:15:23 UTC, committed by GitHub on 17 March 2020, 01:15:23 UTC
1 parent 6ff79f6
Raw File
Tip revision: 2037502613471a0a0a0262085cc50adb378ebbad authored by Hai Shi on 17 March 2020, 01:15:23 UTC
bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 489) (GH-19012)
Tip revision: 2037502
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