/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.15.0b2
Misc/python-embed.pc.in
13 строк
310 B
Victor Stinner
bpo-36721: Add --embed option to python-config (GH-13500)
23 май 2019, 04:30
Не верифицирован
23 май 2019, 04:30
0a8e572
Код
Авторство
О чём код?
# 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@