[Python-checkins] Enable SQLite JSON functions for macOS installer build (#4712)

Ned Deily webhook-mailer at python.org
Mon Dec 4 21:50:32 EST 2017


https://github.com/python/cpython/commit/9625bf520e08828e36bc3b1d043af679eb5f993d
commit: 9625bf520e08828e36bc3b1d043af679eb5f993d
branch: master
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2017-12-04T21:50:29-05:00
summary:

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

files:
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 3b8cf69d757..674f025db3e 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -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]),



More information about the Python-checkins mailing list