mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00

It creates a python-2.7.pc file and a python.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by Clinton Roy.
13 lines
253 B
PkgConfig
13 lines
253 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Python
|
|
Description: Python library
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs.private: @LIBS@
|
|
Libs: -L${libdir} -lpython@VERSION@
|
|
Cflags: -I${includedir}/python@VERSION@
|
|
|