2020-04-07 10:14:38 +01:00
|
|
|
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
|
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:
|
2020-04-12 00:42:18 +01:00
|
|
|
Cflags:
|