File size: 330 Bytes
fb5159d
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See: man pkg-config
prefix=/usr/local/envs/slahmr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Python
Description: Embed Python into an application
Requires:
Version: 3.9
Libs.private: -lcrypt -lpthread -ldl  -lutil -lrt -lm
Libs: -L${libdir} -lpython3.9
Cflags: -I${includedir}/python3.9