File size: 358 Bytes
1d777c4
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Package Information for pkg-config

prefix=/home/simon/prog/text-generation-webui/installer_files/env
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libpcre2-posix
Description: Posix compatible interface to libpcre2-8
Version: 10.42
Libs: -L${libdir} -lpcre2-posix
Cflags: -I${includedir} 
Requires.private: libpcre2-8