2020-04-04 15:38:55 +01:00
|
|
|
prefix=${homebrew_sdkroot}/usr
|
|
|
|
exec_prefix=/usr
|
2018-06-04 22:54:39 +01:00
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: SQLite
|
|
|
|
Description: SQL database engine
|
2018-08-14 05:19:25 +01:00
|
|
|
Version: 3.24.0
|
2018-06-04 22:54:39 +01:00
|
|
|
Libs: -L${libdir} -lsqlite3
|
|
|
|
Libs.private:
|
|
|
|
Cflags: -I${includedir}
|