Staging
v0.5.1
https://github.com/python/cpython
Revision 0914a487769fbb3a5a5bf1efbc15a3edf06fc263 authored by Pablo Galindo on 08 December 2020, 02:30:25 UTC, committed by Pablo Galindo on 08 December 2020, 02:30:25 UTC
Python 3.10.0a3
2 parent s 06afac6 + 8bae2a9
Raw File
Tip revision: 0914a487769fbb3a5a5bf1efbc15a3edf06fc263 authored by Pablo Galindo on 08 December 2020, 02:30:25 UTC
Merge tag 'v3.10.0a3'
Tip revision: 0914a48
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Build a C extension for Python
Requires:
Version: @VERSION@
Libs.private: @LIBS@
Libs:
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top