2021-06-08 19:28:20 +02:00
|
|
|
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
|
|
|
|
|
prefix=${homebrew_sdkroot}/usr
|
|
|
|
|
exec_prefix=/usr
|
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
|
|
Name: SQLite
|
|
|
|
|
Description: SQL database engine
|
2021-09-09 15:28:49 +01:00
|
|
|
Version: 3.36.0
|
2021-06-08 19:28:20 +02:00
|
|
|
Libs: -L${libdir} -lsqlite3
|
|
|
|
|
Libs.private:
|
|
|
|
|
Cflags:
|