2020-06-24 02:05:39 +01:00
|
|
|
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk
|
|
|
|
prefix=${homebrew_sdkroot}/usr
|
|
|
|
exec_prefix=/usr
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: SQLite
|
|
|
|
Description: SQL database engine
|
2020-08-19 13:17:02 +01:00
|
|
|
Version: 3.32.3
|
2020-06-24 02:05:39 +01:00
|
|
|
Libs: -L${libdir} -lsqlite3
|
|
|
|
Libs.private:
|
|
|
|
Cflags:
|