You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
302 B
PkgConfig
14 lines
302 B
PkgConfig
# See: man pkg-config
|
|
prefix=/usr/local/python3
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Python
|
|
Description: Python library
|
|
Requires:
|
|
Version: 3.7
|
|
Libs.private: -lcrypt -lpthread -ldl -lutil
|
|
Libs: -L${libdir} -lpython3.7m
|
|
Cflags: -I${includedir}/python3.7m
|