mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
Sqlite3: fix to compile on macOS. (#353)
This commit is contained in:
parent
044bf82772
commit
e7590f3324
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ options
|
|||
|
||||
options(SQLITE_HAS_CODEC) -DSQLITE_HAS_CODEC;
|
||||
|
||||
link(OSX) "-framework Security";
|
||||
|
||||
file
|
||||
Sqlite3.h,
|
||||
Sqlite3Schema.h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue