mirror of
https://github.com/kennethreitz/bob-builder-1.git
synced 2026-06-05 23:10:17 +00:00
14 lines
307 B
PkgConfig
14 lines
307 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=/Users/kreitz/repos/heroku/build-toolkit/.heroku/python
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: 3.7.9
|
|
Libs: -L${libdir} -lsqlite3
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|