Skip to content

Commit 9625bf5

Browse files
authored
Enable SQLite JSON functions for macOS installer build (#4712)
1 parent 29bc193 commit 9625bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def library_recipes():
322322
'-DSQLITE_ENABLE_FTS5 '
323323
'-DSQLITE_ENABLE_FTS4 '
324324
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
325+
'-DSQLITE_ENABLE_JSON1 '
325326
'-DSQLITE_ENABLE_RTREE '
326327
'-DSQLITE_TCL=0 '
327328
'%s' % ('','-DSQLITE_WITHOUT_ZONEMALLOC ')[LT_10_5]),

0 commit comments

Comments
 (0)