14 lines
327 B
PkgConfig
14 lines
327 B
PkgConfig
|
# See: man pkg-config
|
||
|
prefix=/oml/openmedialibrary_platform_darwin/dist
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: Python
|
||
|
Description: Python library
|
||
|
Requires:
|
||
|
Version: 3.7
|
||
|
Libs.private: -ldl -framework CoreFoundation
|
||
|
Libs: -L${libdir} -lpython3.7m
|
||
|
Cflags: -I${includedir}/python3.7m
|