2020-04-07 10:14:38 +01:00
|
|
|
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk
|
2020-04-04 15:38:55 +01:00
|
|
|
prefix=${homebrew_sdkroot}/usr
|
|
|
|
exec_prefix=/usr
|
2019-06-04 16:30:17 -07:00
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: SQLite
|
|
|
|
Description: SQL database engine
|
|
|
|
Version: 3.28.0
|
|
|
|
Libs: -L${libdir} -lsqlite3
|
|
|
|
Libs.private:
|
2020-04-12 00:42:18 +01:00
|
|
|
Cflags:
|