14 lines
344 B
PkgConfig
14 lines
344 B
PkgConfig
# See: man pkg-config
|
|
prefix=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Python
|
|
Description: Embed Python into an application
|
|
Requires:
|
|
Version: 3.11
|
|
Libs.private: -lpthread -ldl -lutil -lrt
|
|
Libs: -L${libdir} -lpython3.11
|
|
Cflags: -I${includedir}/python3.11
|