2022-06-06 19:13:42 +01:00
|
|
|
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk
|
|
|
|
prefix=${homebrew_sdkroot}/usr
|
|
|
|
exec_prefix=/usr
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: SQLite
|
|
|
|
Description: SQL database engine
|
2023-04-11 02:50:26 +01:00
|
|
|
Version: 3.39.5
|
2022-06-06 19:13:42 +01:00
|
|
|
Libs: -L${libdir} -lsqlite3
|
|
|
|
Libs.private:
|
|
|
|
Cflags:
|