Staging
v0.8.1
Revision f01ec289490d7cfb5de0fe8afdeb218c64e05080 authored by Łukasz Langa on 08 December 2020, 02:06:56 UTC, committed by Łukasz Langa on 08 December 2020, 02:06:56 UTC
2 parent s 699e5e4 + e320109
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