Enable SQLite JSON functions for macOS installer build (#4712)

This commit is contained in:
Ned Deily 2017-12-04 21:50:29 -05:00 committed by GitHub
parent 29bc193210
commit 9625bf520e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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]),