Enable SQLite JSON functions for macOS installer build (#4712)
This commit is contained in:
parent
29bc193210
commit
9625bf520e
|
@ -322,6 +322,7 @@ def library_recipes():
|
|||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
|
||||
'-DSQLITE_ENABLE_JSON1 '
|
||||
'-DSQLITE_ENABLE_RTREE '
|
||||
'-DSQLITE_TCL=0 '
|
||||
'%s' % ('','-DSQLITE_WITHOUT_ZONEMALLOC ')[LT_10_5]),
|
||||
|
|
Loading…
Reference in New Issue