Staging
v0.8.1
Revision 556d97f473fa538cef780f84bd29239ecf57d9c5 authored by Zackery Spytz on 05 December 2020, 10:34:51 UTC, committed by GitHub on 05 December 2020, 10:34:51 UTC
1 parent 29afab6
Raw File
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