Spaces:
Running
Running
File size: 336 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/conda
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SQLite
Description: SQL database engine
Version: 3.41.1
Libs: -L${libdir} -lsqlite3
Libs.private: -lz -lm -ldl -lpthread
Cflags: -I${includedir}
|