You can not 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
338 B
14 lines
338 B
# See: man pkg-config
|
|
prefix=/tmpfs/src/git/out/python3/install
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Python
|
|
Description: Embed Python into an application
|
|
Requires:
|
|
Version: 3.10
|
|
Libs.private: -ldl -framework CoreFoundation
|
|
Libs: -L${libdir} -lpython3.10
|
|
Cflags: -I${includedir}/python3.10
|