Staging
v0.8.1
Revision ba1c2c85b39fbcb31584c20f8a63fb87f9cb9c02 authored by Miss Islington (bot) on 30 May 2020, 07:54:58 UTC, committed by GitHub on 30 May 2020, 07:54:58 UTC
(cherry picked from commit 735d902b363b759df9ff00e58bbf4f7e2bde78cd)

Co-authored-by: Florian Dahlitz <f2dahlitz@freenet.de>
1 parent ef2f9ac
Raw File
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