Skip to content

Commit

Permalink
Enable SQLite JSON functions for macOS installer build (#4712)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Dec 5, 2017
1 parent 29bc193 commit 9625bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 9625bf5

Please sign in to comment.