blob: 2be9df8143fa1a9b50a3dfa6f4b6a8756f144c75 [file] [log] [blame]
Victor Stinner0a8e5722019-05-23 03:30:23 +02001# See: man pkg-config
2prefix=@prefix@
3exec_prefix=@exec_prefix@
4libdir=@libdir@
5includedir=@includedir@
6
7Name: Python
8Description: Embed Python into an application
9Requires:
10Version: @VERSION@
11Libs.private: @LIBS@
12Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
13Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@