Staging
v0.8.1
Revision b90b61f23148bc404006f7e021a8373896c55b07 authored by Miss Islington (bot) on 01 June 2020, 21:24:10 UTC, committed by GitHub on 01 June 2020, 21:24:10 UTC
(cherry picked from commit fe5dd78182dbf4937bcc2b113ca7526bfad0192b)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 3c7609a
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