openflow build environment setup
This commit is contained in:
13
openflow/lib/pkgconfig/python-3.8-embed.pc
Normal file
13
openflow/lib/pkgconfig/python-3.8-embed.pc
Normal file
@ -0,0 +1,13 @@
|
||||
# See: man pkg-config
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: Python
|
||||
Description: Embed Python into an application
|
||||
Requires:
|
||||
Version: 3.8
|
||||
Libs.private: -lcrypt -lpthread -ldl -lutil -lm
|
||||
Libs: -L${libdir} -lpython3.8
|
||||
Cflags: -I${includedir}/python3.8
|
||||
Reference in New Issue
Block a user