]> granicus.if.org Git - python/commitdiff
Enable SQLite JSON functions for macOS installer build (#4712)
authorNed Deily <nad@python.org>
Tue, 5 Dec 2017 02:50:29 +0000 (21:50 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2017 02:50:29 +0000 (21:50 -0500)
Mac/BuildScript/build-installer.py

index 3b8cf69d7576ffe7a004ad619c1258549748ea40..674f025db3e160da1b3a6a4f8dc5734fd911d742 100755 (executable)
@@ -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]),