Sqlite3: fix to compile on macOS. (#353)

This commit is contained in:
Zbigniew Rębacz 2026-01-21 13:06:14 +01:00 committed by GitHub
parent 044bf82772
commit e7590f3324
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,8 @@ options
options(SQLITE_HAS_CODEC) -DSQLITE_HAS_CODEC;
link(OSX) "-framework Security";
file
Sqlite3.h,
Sqlite3Schema.h,